Skip to content

Commit da63f05

Browse files
authored
Merge pull request #1027 from musicinmybrain/starlette-0.47
Allow FastAPI 0.120 and Starlette 0.49
2 parents 90a7db2 + 37f1f46 commit da63f05

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

poetry.lock

Lines changed: 5 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ django = {version = ">=3.0", optional = true}
6464
falcon = {version = ">=3.0", optional = true}
6565
flask = {version = "*", optional = true}
6666
aiohttp = {version = ">=3.0", optional = true}
67-
starlette = {version = ">=0.26.1,<0.47.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.50.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
@@ -101,7 +101,7 @@ pytest-flake8 = "*"
101101
pytest-cov = "*"
102102
python-multipart = "*"
103103
responses = "*"
104-
starlette = ">=0.26.1,<0.47.0"
104+
starlette = ">=0.26.1,<0.50.0"
105105
strict-rfc3339 = "^0.7"
106106
webob = "*"
107107
mypy = "^1.2"

0 commit comments

Comments
 (0)