google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
Fixes #207 🦕 (https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207) mock is now part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python 3.3 onwards. https://github.com/testing-cabal/mock
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
This commit fixes a case in which a user has deleted the token.json and attempts to reauthorize. The user will find the reauthorization to work, but without the `prompt=consent` query...
:robot: I have created a release *beep* *boop* --- ## [1.2.2](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2) (2025-03-20) ### Bug Fixes * Do not include docs/conf.py & scripts in wheel ([#328](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/328)) ([78940df](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/78940dfce4e4cb3fbf73464cb42867a732f2110b)) * Remove setup.cfg configuration...
Note: #177 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 95b70d08d13939e505d7af7c410d956ad85e91d2 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/97b6adf2-63cb-45f4-ab71-9c7de1ffed4d), [Sponge](http://sponge2/97b6adf2-63cb-45f4-ab71-9c7de1ffed4d) status:...
I found that when `timeout_seconds` parameter is used, the code raises an exception such as: ``` File "/usr/lib/python3.12/site-packages/google_auth_oauthlib/flow.py", line 520, in run_local_server authorization_response = wsgi_app.last_request_uri.replace("http", "https") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action...
When running this library in a headless environment, it's often the case that `print` is not captured and delivered to the end user. By **also** logging the `auth_url`, a user...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...
#### Environment details - OS type and version: OSX Sonoma 14.5 - Python version: `python --version`Python 3.11.4 - pip version: `pip --version` 23.1.2 - `google-auth-oauthlib` version: `pip show google-auth-oauthlib` 1.1.0...