-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency google-auth to v2.47.0 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/google-auth-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e5fdbb1 to
9056e9b
Compare
9056e9b to
3a7ef43
Compare
3a7ef43 to
bcd3eb0
Compare
bcd3eb0 to
6b86f2f
Compare
6b86f2f to
00d5e76
Compare
00d5e76 to
c49f316
Compare
c49f316 to
80c6baa
Compare
80c6baa to
a797c98
Compare
a797c98 to
027006e
Compare
d6a3a3c to
6653290
Compare
6653290 to
ea4aa17
Compare
ea4aa17 to
77902fb
Compare
77902fb to
93e2c70
Compare
93e2c70 to
800905d
Compare
b6d786a to
e3db864
Compare
e3db864 to
2905878
Compare
2905878 to
65c328a
Compare
65c328a to
e88489b
Compare
e88489b to
1dee1ad
Compare
1dee1ad to
b204a85
Compare
b204a85 to
3085a39
Compare
3085a39 to
b1551fc
Compare
b1551fc to
9567bfa
Compare
9567bfa to
aed7887
Compare
aed7887 to
42e7996
Compare
42e7996 to
1c099cd
Compare
1c099cd to
56b6a52
Compare
56b6a52 to
4ad5f7f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.3.3→==2.47.0Release Notes
googleapis/google-auth-library-python (google-auth)
v2.47.0Compare Source
Features
cachetoolsdependency in favor of simple local implementation (#1590) (5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4)Bug Fixes
v2.46.0Compare Source
Documentation
Features
Bug Fixes
v2.45.0Compare Source
Features
v2.44.0Compare Source
Features
Bug Fixes
v2.43.0Compare Source
Features
GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
sources detected. Also, fix check_use_client_cert to return boolean
value.
Change #1848 added the check_use_client_cert method that helps know if
client cert should be used for mTLS connection. However, that was in a
private class, thus, created a public wrapper of the same function so
that it can be used by python Client Libraries. Also, updated
check_use_client_cert to return a boolean value instead of existing
string value for better readability and future scope.
--------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
(either true or false), the SDK will respect that setting. This is
necessary for test scenarios and users who need to explicitly control
mTLS behavior.
set, the SDK will automatically enable mTLS only if it detects Managed
Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
certificate sources. In other cases where the variable is not set, mTLS
will remain disabled.
** This change also adds the helper method
check_use_client_certandit's unit test, which will be used for checking the criteria for setting
the mTLS to true
** This change is only for Auth-Library, other changes will be created
for Client-Library use-cases.
--------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)
google-authto librarian (#1838) This PR onboardsgoogle-authlibrary to the Librarian system.Wait for
#1819. (c503eaa511357d7a76cc1e1f1d3a3be2dabd5bca)
v2.42.1Compare Source
Bug Fixes
v2.42.0Compare Source
Features
Bug Fixes
v2.41.1Compare Source
Bug Fixes
v2.41.0Compare Source
Features
Bug Fixes
Documentation
v2.40.3Compare Source
Bug Fixes
v2.40.2Compare Source
Bug Fixes
v2.40.1Compare Source
Bug Fixes
v2.40.0Compare Source
Features
Bug Fixes
v2.39.0Compare Source
Features
Bug Fixes
v2.38.0Compare Source
Features
Documentation
v2.37.0Compare Source
Features
v2.36.0Compare Source
Features
Bug Fixes
v2.35.0Compare Source
Features
AuthorizedSessionapi (#1577) (2910b6b)Bug Fixes
v2.34.0Compare Source
Features
Bug Fixes
v2.33.0Compare Source
Features
StaticCredentialsusing access tokens (#1559) (dc17dfc)Bug Fixes
Documentation
v2.32.0Compare Source
Features
v2.31.0Compare Source
Features
Bug Fixes
v2.30.0Compare Source
Features
Bug Fixes
v2.29.0Compare Source
Features
Bug Fixes
v2.28.2Compare Source
Bug Fixes
v2.28.1Compare Source
Bug Fixes
v2.28.0Compare Source
Features
Bug Fixes
v2.27.0Compare Source
Features
Bug Fixes
v2.26.2Compare Source
Bug Fixes
v2.26.1Compare Source
Bug Fixes
v2.26.0Compare Source
Features
Bug Fixes
v2.25.2Compare Source
Bug Fixes
v2.25.1Compare Source
Bug Fixes
v2.25.0Compare Source
Features
Bug Fixes
v2.24.0Compare Source
Features
Bug Fixes
Documentation
v2.23.4Compare Source
Bug Fixes
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Bug Fixes
v2.23.1Compare Source
Bug Fixes
v2.23.0Compare Source
Features
Bug Fixes
v2.22.0Compare Source
Features
Bug Fixes
v2.21.0Compare Source
Features
Bug Fixes
v2.20.0Compare Source
Features
Bug Fixes
devversion identifiers insetup.py(#1322) (a9b8f12), closes #1321v2.19.1Compare Source
Bug Fixes
Documentation
v2.19.0Compare Source
Features
universe_domainfor external account creds (#1296) (ee07053)v2.18.1Compare Source
Bug Fixes
v2.18.0Compare Source
Features
v2.17.3Compare Source
Bug Fixes
v2.17.2Compare Source
Bug Fixes
v2.17.1Compare Source
Bug Fixes
v2.17.0Compare Source
Features
Bug Fixes
v2.16.3Compare Source
Bug Fixes
v2.16.2Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.