Skip to content

Commit 47eef8b

Browse files
authoredJan 15, 2025··
Update connexion[swagger-ui] requirement in /backend
Updates the requirements on [connexion[swagger-ui]](https://github.com/spec-first/connexion) to permit the latest version. - [Release notes](https://github.com/spec-first/connexion/releases) - [Commits](spec-first/connexion@2.6.0...3.2.0) --- updated-dependencies: - dependency-name: connexion[swagger-ui] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9d4520 commit 47eef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎backend/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ connexion[swagger-ui] >= 2.6.0; python_version>="3.6"
22
# 2.3 is the last version that supports python 3.4-3.5
33
connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
44
# prevent breaking dependencies from advent of connexion>=3.0
5-
connexion[swagger-ui] <= 2.14.2; python_version>"3.4"
5+
connexion[swagger-ui] <= 3.2.0; python_version>"3.4"
66
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
77
# we must peg werkzeug versions below to fix connexion
88
# https://github.com/zalando/connexion/pull/1044

0 commit comments

Comments
 (0)
Please sign in to comment.