From 5e6babb6e739c4f1a59167cddad7377247dabd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 7 Mar 2024 13:12:45 +0100 Subject: [PATCH] Bump minimum API version to 1.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 25.0 raised the minimum supported API verison: https://github.com/moby/moby/pull/46887 Signed-off-by: Paweł Gronowski --- docker/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/constants.py b/docker/constants.py index 8e7350d3d..213ff61ed 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -2,7 +2,7 @@ from .version import __version__ DEFAULT_DOCKER_API_VERSION = '1.44' -MINIMUM_DOCKER_API_VERSION = '1.21' +MINIMUM_DOCKER_API_VERSION = '1.24' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8 CONTAINER_LIMITS_KEYS = [