Skip to content

Commit

Permalink
⬆️ Upgrade Starlette to 0.25.0 (#5996)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 14, 2023
1 parent 2ca77f9 commit 75e7e9e
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 @@ -39,7 +39,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette>=0.24.0,<0.25.0",
"starlette>=0.25.0,<0.26.0",
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 75e7e9e

Please sign in to comment.