We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d4520 commit 47eef8bCopy full SHA for 47eef8b
backend/requirements.txt
@@ -2,7 +2,7 @@ connexion[swagger-ui] >= 2.6.0; python_version>="3.6"
2
# 2.3 is the last version that supports python 3.4-3.5
3
connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
4
# prevent breaking dependencies from advent of connexion>=3.0
5
-connexion[swagger-ui] <= 2.14.2; python_version>"3.4"
+connexion[swagger-ui] <= 3.2.0; python_version>"3.4"
6
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
7
# we must peg werkzeug versions below to fix connexion
8
# https://github.com/zalando/connexion/pull/1044
0 commit comments