Skip to content

Commit

Permalink
Upgrading fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Oct 16, 2024
1 parent 5d202fe commit 1f8adc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
28 changes: 10 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9.0,<3.11"
fastapi = "^0.109.1"
fastapi = "^0.115.2"
uvicorn = {version = "^0.23.2", extras = ["standard"]}
fl4health = "^0.1.15"
wandb = "^0.16.3"
Expand Down

0 comments on commit 1f8adc8

Please sign in to comment.