Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jenkins
-
Labels:None
-
Team:Architecture
-
Urgent?:No
Description
After the monthly auto-update of the awscli container used by Jenkins, pushes to AWS started failing with:
File "/usr/lib/python3.10/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py", line 1, in <module>
|
from collections import Mapping, MutableMapping
|
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
|
As a fix, try updating the pinned version of awscli from 1.14.61 to 1.25.21.
It may even be desirable to let this float.
I updated to the latest release of awscli.
Let me know if you think I can just let this float.