diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 438a665430..6458bda1d1 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.52.0,<3.0.0", "argon2-cffi<24.0.0,>=23.1.0", "stripe==10.5.0", "djangorestframework==3.17.1",