Skip to content

Commit 913cfdb

Browse files
wasadeclaude
andcommitted
Tighten dependency pins to connexion-compatible ceilings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7ff1711 commit 913cfdb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

ci/conda_requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
flake8
2-
flask < 3.0.0
2+
flask >= 2.2.0, < 2.3.0
33
natsort
44
pycryptodome
55
redis-py
6-
redis
76
pytest
87
flask-babel=2.0.0
98
pandas
9+
werkzeug >= 2.2.2, < 2.4.0
10+
jsonschema >= 3.2.0, < 4.0.0

ci/pip_requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
openapi-spec-validator < 0.2.10
2-
swagger-ui-bundle==0.0.9
2+
swagger-ui-bundle >= 0.0.2, < 0.1
33
connexion[swagger-ui] < 2.7.1
44
pyjwt[crypto] >= 2.12.0, < 3.0.0
5-
pytest < 5.3.4
5+
pytest
66
pytest-cov
77
coveralls
88
pycountry
99
python-dateutil
10+
redis

0 commit comments

Comments
 (0)