We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d067f commit b71ad65Copy full SHA for b71ad65
CHANGELOG.md
@@ -4,13 +4,6 @@
4
5
[1]: https://pypi.org/project/google-auth/#history
6
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
14
## [2.41.1](https://github.com/googleapis/google-auth-library-python/compare/v2.41.0...v2.41.1) (2025-09-30)
15
16
google/auth/__init__.py
@@ -51,6 +51,3 @@ class Python37DeprecationWarning(DeprecationWarning): # pragma: NO COVER
51
52
# Set default logging handler to avoid "No handler found" warnings.
53
logging.getLogger(__name__).addHandler(logging.NullHandler())
54
55
56
-## test change
0 commit comments