Skip to content

Commit 89d3ce7

Browse files
Allow FastAPI 0.116 and Starlette 0.47
1 parent 78a619a commit 89d3ce7

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

poetry.lock

Lines changed: 13 additions & 12 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
@@ -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.48.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
@@ -78,7 +78,7 @@ jsonschema-path = "^0.3.4"
7878
jsonschema = "^4.23.0"
7979
multidict = {version = "^6.0.4", optional = true}
8080
aioitertools = {version = ">=0.11,<0.13", optional = true}
81-
fastapi = {version = ">=0.111,<0.116", optional = true}
81+
fastapi = {version = ">=0.111,<0.117", optional = true}
8282
typing-extensions = "^4.8.0"
8383

8484
[tool.poetry.extras]
@@ -103,7 +103,7 @@ pytest-flake8 = "*"
103103
pytest-cov = "*"
104104
python-multipart = "*"
105105
responses = "*"
106-
starlette = ">=0.26.1,<0.47.0"
106+
starlette = ">=0.26.1,<0.48.0"
107107
strict-rfc3339 = "^0.7"
108108
webob = "*"
109109
mypy = "^1.2"
@@ -113,7 +113,7 @@ aiohttp = "^3.8.4"
113113
pytest-aiohttp = "^1.0.4"
114114
bump2version = "^1.0.1"
115115
pyflakes = "^3.1.0"
116-
fastapi = ">=0.111,<0.116"
116+
fastapi = ">=0.111,<0.117"
117117

118118
[tool.poetry.group.docs.dependencies]
119119
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)