Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 7a6f350 commit bf1e1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = ["PuQing <[email protected]>"]
maintainers = []

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
fastapi = "^0.109.1"
python = ">=3.12,<3.13"
fastapi = "^0.110.0"
uvicorn = { version = "^0.27.0", extras = ["standard"] }
gunicorn = "^21.2.0"
pydantic = { extras = ["email"], version = "^2.5.3" }
Expand Down

0 comments on commit bf1e1f4

Please sign in to comment.