Skip to content

Commit 37f1f46

Browse files
musicinmybrainp1c2u
authored andcommitted
Allow FastAPI 0.120 and Starlette 0.49
Starlette 0.49.1 fixes GHSA-7f5h-v6xp-fcq8.
1 parent f75dffd commit 37f1f46

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.48.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.48.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)