From 6865a961239f4a1c69f8060d54e0d15803fe5f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:42:05 +0000 Subject: [PATCH] Bump fastapi from 0.103.0 to 0.103.1 (#321) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58034471..c97af05d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "types-aiofiles>=23.1.0.4,<23.3", "aiohttp[speedups]==3.8.5", "elasticsearch[async]==8.9.0", - "fastapi==0.103.0", + "fastapi==0.103.1", "uvicorn[standard]==0.23.2", "python-multipart==0.0.6", "email-validator==2.0.0.post2",