Skip to content

Commit

Permalink
⬆️ Bump Starlette to allow up to 0.45.0: >=0.40.0,<0.46.0 (#13117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 22, 2025
1 parent 1a38cc5 commit 82c7478
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 @@ -41,7 +41,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette>=0.40.0,<0.42.0",
"starlette>=0.40.0,<0.46.0",
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
"typing-extensions>=4.8.0",
]
Expand Down

0 comments on commit 82c7478

Please # to comment.