Skip to content

Conversation

@daniel-sanche
Copy link
Contributor

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:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620

google-auth-oauthlib: 1.2.4

1.2.4 (2026-01-14)

Bug Fixes

@daniel-sanche daniel-sanche requested a review from a team as a code owner January 14, 2026 21:26
@daniel-sanche daniel-sanche requested a review from a team as a code owner January 14, 2026 21:26
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jan 14, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 facilitates an automated release for the google-auth-oauthlib library, incrementing its version to 1.2.4. The primary purpose of this release is to integrate a crucial bug fix that ensures continued compatibility with newer versions of the google-auth library, specifically 2.46.0 and above.

Highlights

  • Automated Release: This pull request is an automated release initiated by the Librarian CLI for the google-auth-oauthlib library.
  • Version Update: The google-auth-oauthlib library version is being updated from 1.2.3 to 1.2.4.
  • Bug Fix: A bug fix is included to ensure compatibility with google-auth versions 2.46.0 and higher.

🧠 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 Assist

The 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 /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.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 automates the release for version 1.2.4 of google-auth-oauthlib. The changes correctly update the version number in setup.py and the librarian state file, and add the corresponding entry to CHANGELOG.md. My review identified a minor issue with incorrect repository URLs in the new changelog entry, for which I've provided a suggestion. Otherwise, the changes are appropriate for the release.

Comment on lines +7 to +12
## [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))
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

@daniel-sanche daniel-sanche merged commit 63fc8ae into main Jan 14, 2026
19 checks passed
@daniel-sanche daniel-sanche deleted the librarian-20260114T132622Z branch January 14, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants