Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taogeYT authored Dec 24, 2024
1 parent 145dc37 commit d773107
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 @@ -14,7 +14,7 @@ python-dotenv = ">=0.10.4"
jinja2 = ">=2.11.2"
typer = ">=0.8.0"
typing_extensions = ">=4.2.0"
uvicorn = { version = ">=0.21.0", extras = ["standard"] }
uvicorn = { version = ">=0.17.0", extras = ["standard"] }
sqlalchemy = { version = "^2.0.0", extras = ["asyncio"] }
pydantic-settings = { version = "^2.0.0", optional = true }

Expand Down

0 comments on commit d773107

Please sign in to comment.