Skip to content
Open
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
5 changes: 3 additions & 2 deletions .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
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
libraries:
- id: google-auth-oauthlib
version: 1.2.3
version: 1.3.0
last_generated_commit: ""
apis: []
source_roots:
- .
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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

## [1.3.0](https://github.com/googleapis/googleapis/google-auth-library-python-oauthlib/compare/google-auth-oauthlib-v1.2.3...google-auth-oauthlib-v1.3.0) (2025-11-17)


### Features

* generate libraries ([4359857d98229bbda0e4767fe04d4ada3e7b4ddf](https://github.com/googleapis/googleapis/google-auth-library-python-oauthlib/commit/4359857d98229bbda0e4767fe04d4ada3e7b4ddf))

## [1.3.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.3...google-auth-oauthlib-v1.3.0) (2025-11-17)


### Features

* generate libraries ([4359857d98229bbda0e4767fe04d4ada3e7b4ddf](https://github.com/googleapis/google-cloud-python/commit/4359857d98229bbda0e4767fe04d4ada3e7b4ddf))

## [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.3.0"

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