Skip to content

Commit 4a2be2a

Browse files
authored
⬆️ Upgrade version of Starlette to >= 0.36.3 (#11086)
1 parent 43f9cbc commit 4a2be2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Internet :: WWW/HTTP",
4242
]
4343
dependencies = [
44-
"starlette>=0.35.0,<0.36.0",
44+
"starlette>=0.36.3,<0.37.0",
4545
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
4646
"typing-extensions>=4.8.0",
4747
]

0 commit comments

Comments
 (0)