Skip to content
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

DeprecationWarning #8332

Open
tstrych opened this issue Feb 4, 2021 · 0 comments
Open

DeprecationWarning #8332

tstrych opened this issue Feb 4, 2021 · 0 comments
Assignees

Comments

@tstrych
Copy link
Contributor

tstrych commented Feb 4, 2021

/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1: 
DeprecationWarning: Using or importing the ABCs from 'collections' instead of
from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    from collections import Mapping, MutableMapping

I think it was resolved in boto/botocore#1922

We still support much older version of botocore 1.9.6, we need at least let say 1.14, where 1.20.1 is the newest one, (and exactly 1.13.45) should be enough.

By looking at dependency tree we need to update wrapanapi @mshriver can we update that
https://github.com/RedHatQE/wrapanapi/blob/1952511890d92ea3e0c51f79d8e509129e86be7a/setup.cfg#L32

dependency tree:

boto3==1.6.6
  - wrapanapi==3.5.7 [requires: boto3==1.6.6]
botocore==1.9.6
  - boto3==1.6.6 [requires: botocore>=1.9.6,<1.10.0]
    - wrapanapi==3.5.7 [requires: boto3==1.6.6]
  - s3transfer==0.1.13 [requires: botocore>=1.3.0,<2.0.0]
    - boto3==1.6.6 [requires: s3transfer>=0.1.10,<0.2.0]
      - wrapanapi==3.5.7 [requires: boto3==1.6.6]
  - wrapanapi==3.5.7 [requires: botocore==1.9.6]
s3transfer==0.1.13
  - boto3==1.6.6 [requires: s3transfer>=0.1.10,<0.2.0]
    - wrapanapi==3.5.7 [requires: boto3==1.6.6]
wrapanapi==3.5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants