Skip to content

Commit d633953

Browse files
adriangbtiangolo
andauthored
⬆️ Upgrade Starlette to 0.28.0 (#9636)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
1 parent a751032 commit d633953

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
@@ -40,7 +40,7 @@ classifiers = [
4040
"Topic :: Internet :: WWW/HTTP",
4141
]
4242
dependencies = [
43-
"starlette>=0.27.0,<0.28.0",
43+
"starlette>=0.28.0,<0.29.0",
4444
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
4545
"typing-extensions>=4.8.0",
4646
# TODO: remove this pin after upgrading Starlette 0.31.1

0 commit comments

Comments
 (0)