diff --git a/poetry.lock b/poetry.lock index 303220e..b1372c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2969,5 +2969,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" -python-versions = ">=3.9,<=3.14" -content-hash = "ea21a4329e72bca27f2ac739764bae06f6503c6bae18b31fa2c9282e2f99deff" +python-versions = ">=3.9,<4" +content-hash = "a152b31b042c151a68c173dfdeb5a533722c2aeb5b6196465168b0a49f9a67da" diff --git a/pyproject.toml b/pyproject.toml index fa3b057..cd44af5 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,<=3.14" +python = ">=3.9,<4" requests = ">=2.20.0" requests-toolbelt = ">=0.6.0" deprecation = ">=2.1.0"