gemini-code-assist[bot] commented on PR #37799: URL: https://github.com/apache/beam/pull/37799#issuecomment-4025810579
## Summary of Changes Hello, I'm Gemini Code Assist[^1]! 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](https://codeassist.google/code-review/login) to enable Memory in your admin console.** <details> <summary><b>Changelog</b></summary> * **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`. </details> <details> <summary><b>Activity</b></summary> * 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. </details> <details> <summary><b>Using Gemini Code Assist</b></summary> <br> The full guide for Gemini Code Assist can be found on our [documentation page](https://developers.google.com/gemini-code-assist/docs/review-github-code), here are some quick tips. <b>Invoking Gemini</b> 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. <b>Customization</b> 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](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). <b>Limitations & Feedback</b> Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: 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](https://google.qualtrics.com/jfe/form/SV_2cyuGuTWsEw84yG). <b>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](https://cloud.google.com/products/gemini/code-assist).</b> </details> [^1]: Review the [Privacy Notices](https://policies.google.com/privacy), [Generative AI Prohibited Use Policy](https://policies.google.com/terms/generative-ai/use-policy), [Terms of Service](https://policies.google.com/terms), and learn how to configure Gemini Code Assist in GitHub [here](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). Gemini can make mistakes, so double check it and [use code with caution](https://support.google.com/legal/answer/13505487). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
