Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Update dependency fastapi to ^0.111.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent ac5101b commit e482208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "app" }]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.95.0"
fastapi = "^0.111.0"
sqlalchemy = "^2.0.6"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = "^0.24.0"
Expand Down

0 comments on commit e482208

Please sign in to comment.