Skip to content

Commit

Permalink
[Auto-generated] Check & update dependencies (pyproject.toml) (#49)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml`
  • Loading branch information
TEAM4-0 authored Nov 6, 2023
1 parent 36a7ca5 commit 2e02827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ requires-python = "~=3.10"
dynamic = ["version", "description"]

dependencies = [
"fastapi ~=0.104.0",
"fastapi ~=0.104.1",
"pydantic-settings ~=2.0",
"pymongo ~=4.5",
"pymongo ~=4.6",
"python-dotenv ~=1.0",
"uvicorn >=0.23.2,<1",
"uvicorn >=0.24.0,<1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 2e02827

Please sign in to comment.