Skip to content

Commit 5e58319

Browse files
authored
⬆️ Upgrade Starlette to >=0.35.0,<0.36.0 (#10938)
1 parent c3e0625 commit 5e58319

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 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.29.0,<0.33.0",
44+
"starlette>=0.35.0,<0.36.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
]
@@ -121,6 +121,9 @@ filterwarnings = [
121121
# - https://github.com/mpdavis/python-jose/issues/332
122122
# - https://github.com/mpdavis/python-jose/issues/334
123123
'ignore:datetime\.datetime\.utcnow\(\) is deprecated and scheduled for removal in a future version\..*:DeprecationWarning:jose',
124+
# TODO: remove after upgrading Starlette to a version including https://github.com/encode/starlette/pull/2406
125+
# Probably Starlette 0.36.0
126+
"ignore: The 'method' parameter is not used, and it will be removed.:DeprecationWarning:starlette",
124127
]
125128

126129
[tool.coverage.run]

0 commit comments

Comments
 (0)