From 1556fbe3eda358f35021bb827e765b6d8b2bf31c Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Sun, 4 Jan 2026 21:14:37 +0100 Subject: [PATCH] chore: python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce0882d..fa3b057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/" "Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" [tool.poetry.dependencies] -python = ">=3.9,<4.0" +python = ">=3.9,<=3.14" requests = ">=2.20.0" requests-toolbelt = ">=0.6.0" deprecation = ">=2.1.0"