diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-03 11:05:27 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-03 11:05:27 +0000 |
commit | 8f71d7ed87007ace129f647b242a09d01773d3c5 (patch) | |
tree | 2c46ca9d89eb0ce5eea79ba1febb79e56efedb0f /contrib/python/google-auth/py3/.dist-info | |
parent | 78242bd5894abd6548e45731b464822da55a0796 (diff) | |
parent | 3da5a68ec3c329240e89bd0ed8c1c39e4359a693 (diff) | |
download | ydb-8f71d7ed87007ace129f647b242a09d01773d3c5.tar.gz |
Merge branch 'rightlib' into mergelibs-240903-1104
Diffstat (limited to 'contrib/python/google-auth/py3/.dist-info')
-rw-r--r-- | contrib/python/google-auth/py3/.dist-info/METADATA | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/google-auth/py3/.dist-info/METADATA b/contrib/python/google-auth/py3/.dist-info/METADATA index cdbc683396..26b8a4974a 100644 --- a/contrib/python/google-auth/py3/.dist-info/METADATA +++ b/contrib/python/google-auth/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: google-auth -Version: 2.33.0 +Version: 2.34.0 Summary: Google Authentication Library Home-page: https://github.com/googleapis/google-auth-library-python Author: Google Cloud Platform @@ -31,8 +31,8 @@ Provides-Extra: aiohttp Requires-Dist: aiohttp <4.0.0.dev0,>=3.6.2 ; extra == 'aiohttp' Requires-Dist: requests <3.0.0.dev0,>=2.20.0 ; extra == 'aiohttp' Provides-Extra: enterprise_cert -Requires-Dist: cryptography ==36.0.2 ; extra == 'enterprise_cert' -Requires-Dist: pyopenssl ==22.0.0 ; extra == 'enterprise_cert' +Requires-Dist: cryptography ; extra == 'enterprise_cert' +Requires-Dist: pyopenssl ; extra == 'enterprise_cert' Provides-Extra: pyopenssl Requires-Dist: pyopenssl >=20.0.0 ; extra == 'pyopenssl' Requires-Dist: cryptography >=38.0.3 ; extra == 'pyopenssl' |