Browse Source

fix: python version

pull/689/head
Richard Nemeth 1 week ago
parent
commit
9821540b87
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 4
      poetry.lock
  2. 2
      pyproject.toml

4
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"

2
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"

Loading…
Cancel
Save