Skip to content

Commit

Permalink
Bump fastapi version to 0.104
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 authored Dec 11, 2023
1 parent 4624d65 commit 93ec7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "ISC"

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.80.0"
fastapi = "^0.104.1"
uvicorn = "^0.18.3"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
Expand Down

0 comments on commit 93ec7cb

Please sign in to comment.