google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Google Auth Python Library

Results 157 google-auth-library-python issues
Sort by recently updated
recently updated
newest added

I'm packaging for pkgsrc. When running the self tests, there are some problems. 1. Test dependencies are not documented 2. There is a problem with using AsyncMock. ``` ImportError while...

#### Environment details - OS: `Linux 55851a4b560d 6.10.0-linuxkit #1 SMP PREEMPT_DYNAMIC Wed Jul 17 10:54:05 UTC 2024 x86_64 Linux` - Python version: `3.12.4` - pip version: `24.0` - `google-auth` version:...

The latest URL of the documentation points to 2.31.0 (see https://googleapis.dev/python/google-auth/latest/): ![image](https://github.com/user-attachments/assets/35d5aca5-2a6d-4070-9e22-b4f305b7173b) Accordingly, the following URLs give a 404: * https://googleapis.dev/python/google-auth/2.31.0/ * https://googleapis.dev/python/google-auth/2.32.0/ * https://googleapis.dev/python/google-auth/2.33.0/ * https://googleapis.dev/python/google-auth/2.34.0/ The sphinx inventory...

This PR drops the dependency on `cachetools`, which was only used for its LRU cache class, in favor of a simple local implementation. This should have a small but positive...

Hi team, Using google-cloud-bigquery==3.24.0 on python 3.11 cloud function runtime I am finding the impersonation credentials don't get retried when there is 502 from server side ``` File "/layers/google.python.pip/pip/lib/python3.11/site-packages/google/cloud/bigquery/client.py", line...

### Environment details - OS: any (but using macOS) - Python version: 3.12 - pip version: using `uv` instead - `google-auth` version: google-auth==2.32.0 ### Reproduction #### x.py ``` from google.auth...

priority: p2

Recently, I've been using this library with mypy strict mode, which doesn't like the fact that these functions are unannotated (they're the only functions I use, and thus the only...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [aiohttp](https://togithub.com/aio-libs/aiohttp) | `< 3.10.0` -> `

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies