Commit c9285be686 breaks the Docker image Pipeline. Try to downgrade urllib < 2. Just a try.

This commit is contained in:
nicolargo 2024-03-09 14:38:03 +01:00
parent 0b7e293476
commit 229c9bfaed

View File

@ -6,5 +6,6 @@ podman; python_version >= "3.6"
packaging; python_version >= "3.7"
python-dateutil
six
urllib3
#urllib3
urllib3<2.0
requests