Skip to content

Commit 6714b46

Browse files
Allow Starlette 0.45 and 0.46
1 parent 3143d4f commit 6714b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ django = {version = ">=3.0", optional = true}
6565
falcon = {version = ">=3.0", optional = true}
6666
flask = {version = "*", optional = true}
6767
aiohttp = {version = ">=3.0", optional = true}
68-
starlette = {version = ">=0.26.1,<0.45.0", optional = true}
68+
starlette = {version = ">=0.26.1,<0.47.0", optional = true}
6969
isodate = "*"
7070
more-itertools = "*"
7171
parse = "*"
@@ -104,7 +104,7 @@ pytest-flake8 = "*"
104104
pytest-cov = "*"
105105
python-multipart = "*"
106106
responses = "*"
107-
starlette = ">=0.26.1,<0.45.0"
107+
starlette = ">=0.26.1,<0.47.0"
108108
strict-rfc3339 = "^0.7"
109109
webob = "*"
110110
mypy = "^1.2"

0 commit comments

Comments
 (0)