We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a751032 commit d633953Copy full SHA for d633953
1 file changed
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
40
"Topic :: Internet :: WWW/HTTP",
41
]
42
dependencies = [
43
- "starlette>=0.27.0,<0.28.0",
+ "starlette>=0.28.0,<0.29.0",
44
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
45
"typing-extensions>=4.8.0",
46
# TODO: remove this pin after upgrading Starlette 0.31.1
0 commit comments