diff --git a/creativex-automation/requirements.txt b/creativex-automation/requirements.txt index 594deeb..35a4c3d 100644 --- a/creativex-automation/requirements.txt +++ b/creativex-automation/requirements.txt @@ -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