From bba4f584431641f1defcad847b922435d90a6707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:57:06 +0000 Subject: [PATCH] Bump fastapi from 0.112.0 to 0.114.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.0 to 0.114.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.0...0.114.0) --- 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 7088edab..af1d5964 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.0", "uvicorn[standard]==0.30.5", "httpx[http2]==0.27.2", "python-multipart==0.0.9",