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 3143d4f commit 6714b46Copy full SHA for 6714b46
pyproject.toml
@@ -65,7 +65,7 @@ django = {version = ">=3.0", optional = true}
65
falcon = {version = ">=3.0", optional = true}
66
flask = {version = "*", optional = true}
67
aiohttp = {version = ">=3.0", optional = true}
68
-starlette = {version = ">=0.26.1,<0.45.0", optional = true}
+starlette = {version = ">=0.26.1,<0.47.0", optional = true}
69
isodate = "*"
70
more-itertools = "*"
71
parse = "*"
@@ -104,7 +104,7 @@ pytest-flake8 = "*"
104
pytest-cov = "*"
105
python-multipart = "*"
106
responses = "*"
107
-starlette = ">=0.26.1,<0.45.0"
+starlette = ">=0.26.1,<0.47.0"
108
strict-rfc3339 = "^0.7"
109
webob = "*"
110
mypy = "^1.2"
0 commit comments