From f6ba9d74513306ff8745fe3f3f9d5f98e2aeb8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:51:09 +0000 Subject: [PATCH] Bump fastapi from 0.104.0 to 0.109.1 in /backend-python Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend-python/requirements.txt | 2 +- backend-python/requirements_without_cyac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-python/requirements.txt b/backend-python/requirements.txt index f4997e6..5acb20c 100644 --- a/backend-python/requirements.txt +++ b/backend-python/requirements.txt @@ -3,7 +3,7 @@ torchvision torchaudio rwkv==0.8.25 langchain==0.0.322 -fastapi==0.104.0 +fastapi==0.109.1 uvicorn==0.23.2 sse-starlette==1.6.5 pydantic==2.4.2 diff --git a/backend-python/requirements_without_cyac.txt b/backend-python/requirements_without_cyac.txt index 23b8d04..c9423fe 100644 --- a/backend-python/requirements_without_cyac.txt +++ b/backend-python/requirements_without_cyac.txt @@ -3,7 +3,7 @@ torchvision torchaudio rwkv==0.8.25 langchain==0.0.322 -fastapi==0.104.0 +fastapi==0.109.1 uvicorn==0.23.2 sse-starlette==1.6.5 pydantic==2.4.2