Skip to content

Add py313 google-api-python-client dep#37799

Merged
claudevdm merged 1 commit intoapache:masterfrom
claudevdm:py-api-client
Mar 9, 2026
Merged

Add py313 google-api-python-client dep#37799
claudevdm merged 1 commit intoapache:masterfrom
claudevdm:py-api-client

Conversation

@claudevdm
Copy link
Collaborator

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@claudevdm
Copy link
Collaborator Author

R: @shunping

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on updating and managing Python dependencies across different Python versions used in the project's container images. The core change ensures that the google-api-python-client is correctly included for Python 3.13 environments, resolving a specific transitive dependency issue. Concurrently, a broad range of other Python packages have been upgraded to their latest stable versions, enhancing overall system stability and security.

Highlights

  • Python 3.13 Dependency Addition: Explicitly added google-api-python-client as a direct dependency for Python 3.13 environments (and below in the manual requirements file) to address a transitive dependency requirement for internal tests, especially since google-cloud-profiler is not compatible with Python 3.13+.
  • Dependency Version Updates: Numerous Python package dependencies across various base and GPU image requirement files for Python 3.10, 3.11, 3.12, and 3.13 have been updated to their latest versions, ensuring compatibility and leveraging new features or bug fixes.
  • New Dependencies: New dependencies such as Js2Py, pyjsparser, and tzlocal were added to some Python 3.10 and 3.11 requirement files, indicating potential new functionalities or updated build processes.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • sdks/python/container/base_image_requirements_manual.txt
    • Added google-api-python-client==2.192.0 with a version constraint for Python 3.13 and below, along with a comment explaining its necessity due to google-cloud-profiler incompatibility.
  • sdks/python/container/ml/py310/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Added Js2Py==0.74.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Added pyjsparser==2.7.1.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Added tzlocal==5.3.1.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py310/gpu_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated cuda-pathfinder from 1.3.4 to 1.4.1.
    • Updated fastapi from 0.129.2 to 0.135.1.
    • Updated fastapi-cli from 0.0.23 to 0.0.24.
    • Updated fastapi-cloud-cli from 0.13.0 to 0.14.1.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated gguf from 0.17.1 to 0.18.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated rich-toolkit from 0.19.4 to 0.19.7.
    • Updated sentry-sdk from 2.53.0 to 2.54.0.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py311/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Added Js2Py==0.74.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Added pyjsparser==2.7.1.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Added tzlocal==5.3.1.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py311/gpu_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated cuda-pathfinder from 1.3.4 to 1.4.1.
    • Updated fastapi from 0.129.2 to 0.135.1.
    • Updated fastapi-cli from 0.0.23 to 0.0.24.
    • Updated fastapi-cloud-cli from 0.13.0 to 0.14.1.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated gguf from 0.17.1 to 0.18.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated rich-toolkit from 0.19.4 to 0.19.7.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated sentry-sdk from 2.53.0 to 2.54.0.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py312/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py312/gpu_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated cuda-pathfinder from 1.3.4 to 1.4.1.
    • Updated fastapi from 0.129.2 to 0.135.1.
    • Updated fastapi-cli from 0.0.23 to 0.0.24.
    • Updated fastapi-cloud-cli from 0.13.0 to 0.14.1.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Updated gguf from 0.17.1 to 0.18.0.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated h5py from 3.15.1 to 3.16.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated rich-toolkit from 0.19.4 to 0.19.7.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated sentry-sdk from 2.53.0 to 2.54.0.
    • Updated setuptools from 79.0.1 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/ml/py313/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated filelock from 3.24.3 to 3.25.0.
    • Added google-api-python-client==2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated grpcio from 1.78.1 to 1.78.0.
    • Updated grpcio-status from 1.78.1 to 1.78.0.
    • Updated grpcio-tools from 1.78.1 to 1.78.0.
    • Updated h5py from 3.15.1 to 3.14.0.
    • Updated hf-xet from 1.2.0 to 1.3.2.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Removed Markdown==3.10.2.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated optree from 0.18.0 to 0.19.0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated tensorflow from 2.20.0 to 2.21.0.
    • Updated tensorflow-cpu-aws from 2.20.0 to 2.21.0.
    • Removed tensorboard==2.20.0 and tensorboard-data-server==0.7.2.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/py310/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Added Js2Py==0.74.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Added pyjsparser==2.7.1.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Added tzlocal==5.3.1.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/py311/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Added Js2Py==0.74.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Added pyjsparser==2.7.1.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Added tzlocal==5.3.1.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/py312/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Updated google-api-python-client from 2.190.0 to 2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
  • sdks/python/container/py313/base_image_requirements.txt
    • Updated certifi from 2026.1.4 to 2026.2.25.
    • Updated charset-normalizer from 3.4.4 to 3.4.5.
    • Added google-api-python-client==2.192.0.
    • Updated google-auth from 2.49.0.dev0 to 2.49.0.
    • Updated google-cloud-aiplatform from 1.138.0 to 1.140.0.
    • Updated google-genai from 1.64.0 to 1.66.0.
    • Updated googleapis-common-protos from 1.72.0 to 1.73.0.
    • Updated grpcio from 1.78.1 to 1.78.0.
    • Updated grpcio-status from 1.78.1 to 1.78.0.
    • Updated grpcio-tools from 1.78.1 to 1.78.0.
    • Updated jaraco.context from 6.1.0 to 6.1.1.
    • Updated mmh3 from 5.2.0 to 5.2.1.
    • Updated nltk from 3.9.2 to 3.9.3.
    • Updated numpy from 2.4.2 to 2.4.3.
    • Updated opentelemetry-api from 1.39.1 to 1.40.0.
    • Updated opentelemetry-sdk from 1.39.1 to 1.40.0.
    • Updated opentelemetry-semantic-conventions from 0.60b1 to 0.61b0.
    • Updated python-dotenv from 1.2.1 to 1.2.2.
    • Updated pytz from 2025.2 to 2026.1.post1.
    • Updated regex from 2026.2.19 to 2026.2.28.
    • Updated scipy from 1.17.0 to 1.17.1.
    • Updated setuptools from 82.0.0 to 82.0.1.
    • Updated SQLAlchemy from 2.0.46 to 2.0.48.
    • Updated tensorflow from 2.20.0 to 2.21.0.
    • Updated tensorflow-cpu-aws from 2.20.0 to 2.21.0.
    • Added uritemplate==4.2.0.
    • Updated websockets from 15.0.1 to 16.0.
    • Updated wrapt from 2.1.1 to 2.1.2.
    • Updated yarl from 1.22.0 to 1.23.0.
Activity
  • The pull request description includes standard contribution guidelines and CI status badges, but no specific human activity (comments, reviews, or progress updates) is mentioned in the provided context.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@claudevdm claudevdm merged commit d10374b into apache:master Mar 9, 2026
93 of 99 checks passed
# Without google-cloud-profiler at python 3.13+, we need to manually add its
# transitive dependency google-api-python-client as it is required by internal
# tests
google-api-python-client;python_version<="3.13"
Copy link
Collaborator

@shunping shunping Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I missed this in my review, but we don't explicitly need this dependency for python 3.10-3.12, because it is a transitive dependency of google-cloud-profiler.

However, for python 3.13 and beyond, we get rid of google-cloud-profider, so we need to add this dependency back.

I think a better way to add this dependency is
google-api-python-client;python_version>="3.13"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants