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
/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
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.
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:
The text was updated successfully, but these errors were encountered: