From 9740e631009f72f9cacd23f8cd6a326d57f181ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:28:35 +0000 Subject: [PATCH] chore: bump fastapi in /presets/inference/text-generation Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.103.2...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- presets/inference/text-generation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/inference/text-generation/requirements.txt b/presets/inference/text-generation/requirements.txt index 2e8a5e33e..6b47983e6 100644 --- a/presets/inference/text-generation/requirements.txt +++ b/presets/inference/text-generation/requirements.txt @@ -2,7 +2,7 @@ transformers==4.36.0 torch==2.2.0 accelerate==0.23.0 -fastapi==0.103.2 +fastapi==0.109.1 pydantic==1.10.9 uvicorn[standard]==0.23.2 bitsandbytes==0.41.1