diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b25c21e3bd..791c79a600 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "pillow==10.4.0", "redis[hiredis]==5.0.2", "google-api-python-client<3.0.0,>=2.94.0", - "google-auth<3.0.0,>=2.22.0", + "google-auth>=2.50.0,<3.0.0", "argon2-cffi<24.0.0,>=23.1.0", "stripe==10.5.0", "djangorestframework==3.17.1",