chore: librarian release pull request: 20260105T122553Z#1913
chore: librarian release pull request: 20260105T122553Z#1913daniel-sanche merged 1 commit intomainfrom
Conversation
Summary of ChangesHello @daniel-sanche, 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 is an automated release preparation, initiated by the Librarian CLI, to update the Highlights
🧠 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. 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.
Code Review
This is an automated release pull request to bump the version of google-auth to 2.46.0. The changes correctly update the version number in the relevant files and add the corresponding entry to the changelog. I have one minor suggestion to improve the formatting of the changelog for consistency.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v1.0.1
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
google-auth: 2.46.0
2.46.0 (2026-01-05)
Features
Bug Fixes
Fix test coverage for mtls_helper (fix(auth): Fix test coverage for mtls_helper #1886) (02e71631)
use .read() instead of .content.read() in aiohttp transport (fix: use .read() instead of .content.read() in aiohttp transport #1899) (12f4470f)
add types to default and verify_token and Request init based on comments in the source code. (fix: add types to default and verify_token and Request __init__ based on comments in the source code. #1588) (59a5f588)
fix the document of secure_authorized_session (fix: fix the document of secure_authorized_session #1536) (5d001470)
raise RefreshError for missing token in impersonated credentials (fix: raise RefreshError for missing token in impersonated credentials #1897) (94d04e09)
remove setup.cfg configuration for creating universal wheels (fix: remove setup.cfg configuration for creating universal wheels #1693) (c767531c)
Documentation