diff --git a/api/pyproject.toml b/api/pyproject.toml index a4efc3c313..42456aa267 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "gevent~=25.9.1", "gmpy2~=2.2.1", "google-api-core==2.18.0", - "google-api-python-client==2.90.0", + "google-api-python-client==2.189.0", "google-auth==2.29.0", "google-auth-httplib2==0.2.0", "google-cloud-aiplatform==1.49.0", diff --git a/api/uv.lock b/api/uv.lock index 2ca8384f75..a867a3226b 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -1592,7 +1592,7 @@ requires-dist = [ { name = "gevent", specifier = "~=25.9.1" }, { name = "gmpy2", specifier = "~=2.2.1" }, { name = "google-api-core", specifier = "==2.18.0" }, - { name = "google-api-python-client", specifier = "==2.90.0" }, + { name = "google-api-python-client", specifier = "==2.189.0" }, { name = "google-auth", specifier = "==2.29.0" }, { name = "google-auth-httplib2", specifier = "==0.2.0" }, { name = "google-cloud-aiplatform", specifier = "==1.49.0" }, @@ -2304,7 +2304,7 @@ grpc = [ [[package]] name = "google-api-python-client" -version = "2.90.0" +version = "2.189.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "google-api-core" }, @@ -2313,9 +2313,9 @@ dependencies = [ { name = "httplib2" }, { name = "uritemplate" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/35/8b/d990f947c261304a5c1599d45717d02c27d46af5f23e1fee5dc19c8fa79d/google-api-python-client-2.90.0.tar.gz", hash = "sha256:cbcb3ba8be37c6806676a49df16ac412077e5e5dc7fa967941eff977b31fba03", size = 10891311, upload-time = "2023-06-20T16:29:25.008Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6f/f8/0783aeca3410ee053d4dd1fccafd85197847b8f84dd038e036634605d083/google_api_python_client-2.189.0.tar.gz", hash = "sha256:45f2d8559b5c895dde6ad3fb33de025f5cb2c197fa5862f18df7f5295a172741", size = 13979470, upload-time = "2026-02-03T19:24:55.432Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/39/03/209b5c36a621ae644dc7d4743746cd3b38b18e133f8779ecaf6b95cc01ce/google_api_python_client-2.90.0-py2.py3-none-any.whl", hash = "sha256:4a41ffb7797d4f28e44635fb1e7076240b741c6493e7c3233c0e4421cec7c913", size = 11379891, upload-time = "2023-06-20T16:29:19.532Z" }, + { url = "https://files.pythonhosted.org/packages/04/44/3677ff27998214f2fa7957359da48da378a0ffff1bd0bdaba42e752bc13e/google_api_python_client-2.189.0-py3-none-any.whl", hash = "sha256:a258c09660a49c6159173f8bbece171278e917e104a11f0640b34751b79c8a1a", size = 14547633, upload-time = "2026-02-03T19:24:52.845Z" }, ] [[package]]