Skip to content

Commit 01ec4a4

Browse files
committed
Downgrade to connexion ~3.1.0
1 parent 6291f8d commit 01ec4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
[tool.poetry.dependencies]
3131
python = ">=3.9,<3.13"
3232

33-
connexion = { version = "~3.2.0", extras = ["flask", "uvicorn", "swagger-ui"] }
33+
connexion = { version = "~3.1.0", extras = ["flask", "uvicorn", "swagger-ui"] }
3434
click = "8.1.*"
3535
click-log = "0.4.*"
3636
joblib = "1.4.*"

0 commit comments

Comments
 (0)