Temporarily pin urllib3 != 2.1.0

It looks like urllib3 version 2.1.0 causes problems when connecting to
Windows nodes.

Fixed in 2.2.0, but ibm-cos-sdk is preventing that from installing, so
exclude 2.1.0 for now.

https://github.com/urllib3/urllib3/pull/3326

Change-Id: I5d4a33c477d6872389c1d4197e926991b70f06ec
This commit is contained in:
Simon Westphahl 2024-04-03 11:49:03 +02:00 committed by James E. Blair
parent 9aea549305
commit 6e163780e3
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
[common]
default_version = 8
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2
# 2024-04-24: urllib3 = 2.1.0 causes problems with some Windows nodes, fixed in
# 2.2.0 but ibm-cos-sdk is currently holding it back.
# https://github.com/urllib3/urllib3/pull/3326
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2 urllib3!=2.1.0
[8]
requirements = ansible>=8.0,<9.0