google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
This allows one to use a credentials json file to create anonymous credentials. https://googleapis.dev/python/google-auth/latest/_modules/google/auth/credentials.html#AnonymousCredentials As the docs for `AnonymousCredentials` themselves states, this only useful for anonymous services and emulators. But...
The Asynchronous Authorized Session API needs to support [max_allowed_time](https://github.com/googleapis/google-auth-library-python/blob/40b9ed91a6b01948561cfc71edaaabdd7f362f17/google/auth/transport/requests.py#L497) as a parameter to the `request` method, to allow users to configure the total method execution time i.e. if the method...
The README claims that releases after January 2024 will only support Python 3.8+, but the package is still marked to support Python 3.7+. Can you clarify what the plans are...
The tests_async suite begins to fail when using `aiohttp` > 3.10.0. We should follow up to get the root cause and update the tests to be compatible with this version...
Source-Link: https://github.com/googleapis/synthtool/commit/bef813d194de29ddf3576eda60148b6b3dcc93d9 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Add an extra to include unit test dependency requirements as part of the distributed package. fixes: #1599
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cryptography](https://redirect.github.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `< 39.0.0` -> `
:robot: I have created a release *beep* *boop* --- ## [2.39.0](https://github.com/googleapis/google-auth-library-python/compare/v2.38.0...v2.39.0) (2025-03-28) ### Features * Adds GA support for X.509 workload identity federation ([#1695](https://github.com/googleapis/google-auth-library-python/issues/1695)) ([7495960](https://github.com/googleapis/google-auth-library-python/commit/74959605400f9a1976bbdc52c029943b634eb553)) ### Bug Fixes * Add...
#### Environment details - OS: Linux - Python version: 3.13.2 - pip version: 24.3.1 - `google-auth` version: 2.38.0 #### Steps to reproduce 1. Run a python docker container (version above)...