Skip to content

Commit 60a2aad

Browse files
authored
Merge pull request #977 from musicinmybrain/starlette-0.46
Allow Starlette 0.45 and 0.46
2 parents 13f31a4 + c9ba8eb commit 60a2aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)