Skip to content

Commit

Permalink
⬆️ Upgrade version of Starlette to >= 0.36.3 (#11086)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 4, 2024
1 parent 43f9cbc commit 4a2be2a
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.35.0,<0.36.0",
"starlette>=0.36.3,<0.37.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 4a2be2a

Please sign in to comment.