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"