Skip to content

Commit 66973df

Browse files
committed
Integrations versions tighten
1 parent 2b50cfb commit 66973df

File tree

2 files changed

+38
-12
lines changed

2 files changed

+38
-12
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ include = [
6060

6161
[tool.poetry.dependencies]
6262
python = "^3.10.0"
63-
django = {version = ">=3.0", optional = true}
64-
falcon = {version = ">=3.0", optional = true}
65-
flask = {version = "*", optional = true}
63+
django = {version = ">=4.0", optional = true}
64+
falcon = {version = ">=4.0", optional = true}
65+
flask = {version = ">=2.0", optional = true}
6666
aiohttp = {version = ">=3.0", optional = true}
67-
starlette = {version = ">=0.26.1,<0.50.0", optional = true}
67+
starlette = {version = ">=0.40.0,<0.60.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
openapi-schema-validator = "^0.6.0"
@@ -75,7 +75,7 @@ jsonschema-path = {version = "^0.4.0b8", allow-prereleases = true}
7575
jsonschema = "^4.23.0"
7676
multidict = {version = "^6.0.4", optional = true}
7777
aioitertools = {version = ">=0.11,<0.14", optional = true}
78-
fastapi = {version = ">=0.111,<0.129", optional = true}
78+
fastapi = {version = ">=0.111,<0.130", optional = true}
7979
typing-extensions = "^4.8.0"
8080

8181
[tool.poetry.extras]

0 commit comments

Comments
 (0)