{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
chore: librarian release pull request: 20260105T122553Z#1913
Merged
Conversation
Contributor
Contributor
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.
Linchin
approved these changes
Jan 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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