You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the cevoaustralia/aws-google-auth docker container to auth to AWS using google, the following messages have begun to appear:
/usr/lib/python3.5/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release of cryptography. Please upgrade your Python.
3.6 is already end-of-life. I've been using aws-google-auth on python 3.9 with no issues for awhile. Could we consider using a base of python:3.9-alpine or testing it against python:3.10-alpine?
danmoz
added a commit
to danmoz/aws-google-auth
that referenced
this issue
May 3, 2022
When using the cevoaustralia/aws-google-auth docker container to auth to AWS using google, the following messages have begun to appear:
/usr/lib/python3.5/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release of cryptography. Please upgrade your Python.
/usr/lib/python3.5/site-packages/boto3/compat.py:94: PythonDeprecationWarning: Boto3 will no longer support Python 3.5 starting February 1, 2021. To continue receiving service updates, bug fixes, and security updates please upgrade to Python 3.6 or later. More information can be found here: https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-python-3-4-and-3-5-in-the-aws-sdk-for-python-and-aws-cli-v1/
warnings.warn(warning, PythonDeprecationWarning)
The text was updated successfully, but these errors were encountered: