From 54605d3524205842721c67044c90fd0b41bb2ed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:02:29 +0000 Subject: [PATCH] Update dependency fastapi to v0.110.0 [SECURITY] --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index 69a19fa..3c3a853 100644 --- a/api/setup.py +++ b/api/setup.py @@ -5,7 +5,7 @@ python_requires=">=3.10", install_requires=[ "PyYAML==6.0", - "fastapi==0.78.0", + "fastapi==0.110.0", "pydantic==1.9.1", "hypercorn==0.13.2", "python-decouple==3.6",