Richard Nemeth
6 days ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
2 changed files with
3 additions and
3 deletions
-
poetry.lock
-
pyproject.toml
|
|
@ -2969,5 +2969,5 @@ type = ["pytest-mypy"] |
|
|
|
|
|
|
|
|
[metadata] |
|
|
[metadata] |
|
|
lock-version = "2.1" |
|
|
lock-version = "2.1" |
|
|
python-versions = ">=3.9,<=3.14" |
|
|
|
|
|
content-hash = "ea21a4329e72bca27f2ac739764bae06f6503c6bae18b31fa2c9282e2f99deff" |
|
|
|
|
|
|
|
|
python-versions = ">=3.9,<4" |
|
|
|
|
|
content-hash = "a152b31b042c151a68c173dfdeb5a533722c2aeb5b6196465168b0a49f9a67da" |
|
|
@ -31,7 +31,7 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
|
|
|
|
|
|
[tool.poetry.dependencies] |
|
|
[tool.poetry.dependencies] |
|
|
python = ">=3.9,<=3.14" |
|
|
|
|
|
|
|
|
python = ">=3.9,<4" |
|
|
requests = ">=2.20.0" |
|
|
requests = ">=2.20.0" |
|
|
requests-toolbelt = ">=0.6.0" |
|
|
requests-toolbelt = ">=0.6.0" |
|
|
deprecation = ">=2.1.0" |
|
|
deprecation = ">=2.1.0" |
|
|
|