Skip to content

Commit

Permalink
⬆️ Upgrade Starlette to 0.28.0 (#9636)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
adriangb and tiangolo committed Dec 26, 2023
1 parent a751032 commit d633953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -40,7 +40,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette>=0.27.0,<0.28.0",
"starlette>=0.28.0,<0.29.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",
# TODO: remove this pin after upgrading Starlette 0.31.1
Expand Down

0 comments on commit d633953

Please sign in to comment.