Skip to content

Commit 82c7478

Browse files
authored
⬆️ Bump Starlette to allow up to 0.45.0: >=0.40.0,<0.46.0 (#13117)
1 parent 1a38cc5 commit 82c7478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Internet :: WWW/HTTP",
4242
]
4343
dependencies = [
44-
"starlette>=0.40.0,<0.42.0",
44+
"starlette>=0.40.0,<0.46.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)