Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
libraries:
- id: google-auth-oauthlib
version: 1.2.3
version: 1.2.4
last_generated_commit: ""
apis: []
source_roots:
- .
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-auth-oauthlib/#history

## [1.2.4](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.3...google-auth-oauthlib-v1.2.4) (2026-01-14)


### Bug Fixes

* support google-auth >= 2.46.0 (#433) ([088a597cfa50c90d11e9a6993f2115a0eded3422](https://github.com/googleapis/google-cloud-python/commit/088a597cfa50c90d11e9a6993f2115a0eded3422))
Comment on lines +7 to +12
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The URLs in this new changelog entry appear to be incorrect. They point to the google-cloud-python repository, but should point to google-auth-library-python-oauthlib. Additionally, the tag format in the comparison URL is inconsistent with previous entries; it should follow the vX.Y.Z pattern.

Suggested change
## [1.2.4](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.3...google-auth-oauthlib-v1.2.4) (2026-01-14)
### Bug Fixes
* support google-auth >= 2.46.0 (#433) ([088a597cfa50c90d11e9a6993f2115a0eded3422](https://github.com/googleapis/google-cloud-python/commit/088a597cfa50c90d11e9a6993f2115a0eded3422))
## [1.2.4](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.3...v1.2.4) (2026-01-14)
### Bug Fixes
* support google-auth >= 2.46.0 (#433) ([088a597cfa50c90d11e9a6993f2115a0eded3422](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/088a597cfa50c90d11e9a6993f2115a0eded3422))

Copy link
Contributor

Choose a reason for hiding this comment

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

This should be fixed by running librarian update-image -push


## [1.2.3](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.2...v1.2.3) (2025-10-30)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
long_description = fh.read()


version = "1.2.3"
version = "1.2.4"

setup(
name="google-auth-oauthlib",
Expand Down
Loading