Add Box SDK JWT support for Python 3.14

- Install boxsdk[jwt] with cryptography dependencies
- Service initializes successfully
- All components tested ✓

Note: Box JWT config (43984435_llhzqo5z_config.json) must be placed
in config/ directory (gitignored for security)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
DJP 2026-01-29 11:35:05 -05:00
parent 9c4e8d8e23
commit 4149cd1f45

View file

@ -4,8 +4,8 @@
requests==2.31.0
urllib3==2.1.0
# Box SDK
boxsdk==3.9.2
# Box SDK with JWT support
boxsdk[jwt]==3.9.2
# Database (psycopg3 for Python 3.14 compatibility)
psycopg[binary]>=3.2.0