-
Notifications
You must be signed in to change notification settings - Fork 57
chore: librarian update image pull request: 20251216T180352Z #1067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…prod/images-prod/python-librarian-generator@sha256:eec191fc4904c204cd717c79812cd66997b5559776483ee223f69c8f43e99224
Summary of ChangesHello @parthea, 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 a routine update of the Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request appears to be an automated update from the librarian tool, primarily focused on updating the generator image and refactoring mTLS client certificate handling. The changes introduce a new _use_client_cert_effective helper method to centralize the logic for determining whether to use a client certificate, which is a good improvement. The test suite has been updated accordingly with more comprehensive tests for this new logic. However, I've noticed an inconsistency in the declared Python version support between setup.py and noxfile.py which should be addressed.
I am having trouble creating individual review comments. Click here to see my feedback.
setup.py (88-89)
There seems to be an inconsistency regarding Python 3.13 support. This change removes Python 3.13 from the classifiers in setup.py, suggesting it's no longer supported. However, noxfile.py still includes "3.13" in the UNIT_TEST_PYTHON_VERSIONS list, and the prerelease_deps session is now pinned to run on Python 3.13.
Please ensure the supported versions are consistent across setup.py and the test configurations in noxfile.py. If Python 3.13 is still supported, it should be added back here.
feat: update image to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:eec191fc4904c204cd717c79812cd66997b5559776483ee223f69c8f43e99224