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:
parent
9c4e8d8e23
commit
4149cd1f45
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue