Skip to content

Commit 818ca50

Browse files
committed
feat: release libraries
1 parent 36ecb1d commit 818ca50

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.librarian/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
global_files_allowlist:
2+
# Allow the container to read and write the root `CHANGELOG.md`
3+
# file during the `release` step to update the latest client library
4+
# versions which are hardcoded in the file.
5+
- path: "CHANGELOG.md"
6+
permissions: "read-write"

.librarian/state.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: python-librarian-generator:latest
2+
libraries:
3+
- id: google-auth-library-python
4+
version: 2.41.1
5+
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
6+
apis: []
7+
source_roots:
8+
- google/auth
9+
preserve_regex:
10+
- .*
11+
remove_regex: []
12+
tag_format: 'v{version}'

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
## [2.41.2](https://github.com/googleapis/google-auth-library-python/compare/v2.41.1...v2.41.2) (2025-10-14)
8+
9+
10+
### Bug Fixes
11+
12+
* Testing changes
13+
714
## [2.41.1](https://github.com/googleapis/google-auth-library-python/compare/v2.41.0...v2.41.1) (2025-09-30)
815

916

google/auth/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
5151

5252
# Set default logging handler to avoid "No handler found" warnings.
5353
logging.getLogger(__name__).addHandler(logging.NullHandler())
54+
55+
56+
## test change

0 commit comments

Comments
 (0)