Skip to content

Commit 3e84b3e

Browse files
authored
Merge pull request #933 from musicinmybrain/starlette-0.41
Allow Starlette 0.41.x and FastAPI 0.115.x; bump to 0.41.2 and 0.115.4, respectively
2 parents b8f0644 + c8db221 commit 3e84b3e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
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.39.0", optional = true}
68+
starlette = {version = ">=0.26.1,<0.42.0", optional = true}
6969
isodate = "*"
7070
more-itertools = "*"
7171
parse = "*"
@@ -77,7 +77,7 @@ jsonschema-path = "^0.3.1"
7777
jsonschema = "^4.18.0"
7878
multidict = {version = "^6.0.4", optional = true}
7979
aioitertools = {version = ">=0.11,<0.13", optional = true}
80-
fastapi = {version = ">=0.111,<0.115", optional = true}
80+
fastapi = {version = ">=0.111,<0.116", optional = true}
8181

8282
[tool.poetry.extras]
8383
django = ["django"]
@@ -101,7 +101,7 @@ pytest-flake8 = "*"
101101
pytest-cov = "*"
102102
python-multipart = "*"
103103
responses = "*"
104-
starlette = ">=0.26.1,<0.39.0"
104+
starlette = ">=0.26.1,<0.42.0"
105105
strict-rfc3339 = "^0.7"
106106
webob = "*"
107107
mypy = "^1.2"
@@ -111,7 +111,7 @@ aiohttp = "^3.8.4"
111111
pytest-aiohttp = "^1.0.4"
112112
bump2version = "^1.0.1"
113113
pyflakes = "^3.1.0"
114-
fastapi = ">=0.111,<0.115"
114+
fastapi = ">=0.111,<0.116"
115115

116116
[tool.poetry.group.docs.dependencies]
117117
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)