From d594a7450a6f4e4c2c3bb814ddefa6688cbab792 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Mon, 27 Oct 2025 08:46:47 -0400 Subject: [PATCH] fix: remove python upper version because it forces consumer to limit also --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59f2f5a85..440bdd620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ packages = [ "Issue Tracker" = "https://github.com/testcontainers/testcontainers-python/issues" [tool.poetry.dependencies] -python = ">=3.9.2,<4.0" +python = ">=3.9.2" docker = "*" # ">=4.0" urllib3 = "*" # "<2.0" wrapt = "*" # "^1.16.0"