Skip to content

Commit 37adfbd

Browse files
wasadeclaude
andcommitted
Add missing deps: pytz, setuptools<82
- connexion imports pkg_resources which was removed in setuptools 82; pin setuptools < 82 - flask-babel=2.0.0 requires pytz (not pulled in automatically on Python 3.11) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d5caad commit 37adfbd

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ connexion < 2.7.1 is the binding constraint for nearly all dependency ceilings.
9898
- Werkzeug < 2.4.0
9999
- jsonschema < 4.0.0 (connexion uses `jsonschema._utils.types_msg()` removed in 4.0)
100100
- openapi-spec-validator < 0.4.0 (0.4.0+ requires jsonschema >= 4)
101+
- setuptools < 82 (82+ removed `pkg_resources`, which connexion imports directly)
101102

102103

103104
### Configuration

ci/conda_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ redis-py
66
pytest
77
flask-babel=2.0.0
88
pandas
9+
pytz
910
werkzeug >= 2.2.2, < 2.4.0
1011
jsonschema >= 3.2.0, < 4.0.0

ci/pip_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pycountry
99
python-dateutil
1010
redis
1111
setuptools-scm >= 8
12+
setuptools < 82

0 commit comments

Comments
 (0)