Skip to content

Commit 1d556a0

Browse files
committed
chore: update fastapi dependency to version 0.121.2
Signed-off-by: Eric Hackathorn <erichackathorn@gmail.com>
1 parent af7c7b9 commit 1d556a0

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

poetry.lock

Lines changed: 33 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python = ">=3.10,<4.0"
3232
python-dotenv = "^0.19.1"
3333
pyyaml = "^6.0.2"
3434
numpy = "^1.26"
35-
fastapi = { version = "^0.115.0", optional = true }
35+
fastapi = { version = "^0.121.2", optional = true }
3636
uvicorn = { version = "^0.30.0", optional = true }
3737
python-multipart = { version = ">=0.0.18", optional = true }
3838
redis = { version = "^5.0.0", optional = true }

0 commit comments

Comments
 (0)