File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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}'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -51,3 +51,6 @@ class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
5151
5252# Set default logging handler to avoid "No handler found" warnings.
5353logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
54+
55+
56+ ## test change
You can’t perform that action at this time.
0 commit comments