From 63a2399e2b683a15671f61a6bf301ae57f477eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:14:56 +0000 Subject: [PATCH] Bump fastapi from 0.112.0 to 0.114.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.0 to 0.114.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.0...0.114.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7088eda..be58d68 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "elasticsearch[async]==8.14.0", "opensearch-py[async]==2.7.1", "boto3>=1.34.144,<1.35.0", - "fastapi==0.112.0", + "fastapi==0.114.1", "uvicorn[standard]==0.30.5", "httpx[http2]==0.27.2", "python-multipart==0.0.9",