From ba5b3306a7ee8bd5c59391e0451a36d1eac0f5a9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 1 May 2023 09:51:38 +0200 Subject: [PATCH] Also mention urllib3 2.0.0 in known_issues. --- changelogs/fragments/612-requests-2.29.0.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/612-requests-2.29.0.yml b/changelogs/fragments/612-requests-2.29.0.yml index 23c71ea0..51322de0 100644 --- a/changelogs/fragments/612-requests-2.29.0.yml +++ b/changelogs/fragments/612-requests-2.29.0.yml @@ -1,4 +1,4 @@ known_issues: - - "The modules and plugins using the vendored code from Docker SDK for Python currently do not work with requests 2.29.0. The same is currently true for the latest version of Docker SDK for Python itself (https://github.com/ansible-collections/community.docker/issues/611, https://github.com/ansible-collections/community.docker/pull/612)." + - "The modules and plugins using the vendored code from Docker SDK for Python currently do not work with requests 2.29.0 and/or urllib3 2.0.0. The same is currently true for the latest version of Docker SDK for Python itself (https://github.com/ansible-collections/community.docker/issues/611, https://github.com/ansible-collections/community.docker/pull/612)." minor_changes: - "Restrict requests to versions before 2.29.0, and urllib3 to versions before 2.0.0. This is necessary until the vendored code from Docker SDK for Python has been fully adjusted to work with a feature of urllib3 that is used since requests 2.29.0 (https://github.com/ansible-collections/community.docker/issues/611, https://github.com/ansible-collections/community.docker/pull/612)."