From 4359857d98229bbda0e4767fe04d4ada3e7b4ddf Mon Sep 17 00:00:00 2001 From: ohmayr Date: Mon, 17 Nov 2025 22:40:45 +0000 Subject: [PATCH 1/2] feat: generate libraries --- .librarian/state.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index b1de495..23e5d68 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -2,6 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li libraries: - id: google-auth-oauthlib version: 1.2.3 + last_generated_commit: "" apis: [] source_roots: - . From 6907a65a9a6f50a1c3c21a332609c50b3d3cbcb0 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Mon, 17 Nov 2025 22:41:34 +0000 Subject: [PATCH 2/2] chore: create a release --- .librarian/state.yaml | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 23e5d68..ef7a022 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ 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.3.0 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a0f9d..8f9816f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-auth-oauthlib/#history +## [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) diff --git a/setup.py b/setup.py index 1ab8197..2ce204b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ long_description = fh.read() -version = "1.2.3" +version = "1.3.0" setup( name="google-auth-oauthlib",