Skip to content

Commit

Permalink
Allow only patch level updates on Connexion versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Apr 12, 2024
1 parent 7c91eba commit c57cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.12"

connexion = {version = ">=3.0.5", extras = ["flask", "uvicorn", "swagger-ui"]}
connexion = { version = "~3.0.5", extras = ["flask", "uvicorn", "swagger-ui"] }
click = "8.1.*"
click-log = "0.4.*"
joblib = "1.3.*"
Expand Down

0 comments on commit c57cc14

Please sign in to comment.