From 3e8706d962eb65e0a3bed8bb9867f44b6d419f56 Mon Sep 17 00:00:00 2001 From: Vladimir Brik <22751545+vbrik@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:29:53 -0600 Subject: [PATCH] Keycloak 26 compatibility (#76) * update README.md * update setup.cfg --------- Co-authored-by: github-actions --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dc2f82..a7fae49 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ First, build and load the local python environment: Then, start an instance of Keycloak in another terminal: - docker run --rm -it -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -e KC_HTTP_ENABLED=true -e KC_HTTP_RELATIVE_PATH=/auth quay.io/keycloak/keycloak:24.0.3 start-dev + docker run --rm -it -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin -e KC_HTTP_ENABLED=true -e KC_HTTP_RELATIVE_PATH=/auth quay.io/keycloak/keycloak:26.0.5 start-dev Keycloak may take a minute to start. If it does not, check your network settings, as it does not play well with VPNs and other more exotic network situations. diff --git a/setup.cfg b/setup.cfg index c71a4ba..c6f2f4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = wipac-dev-tools wipac-keycloak-rest-services wipac-rest-tools -python_requires = >=3.9, <3.13 +python_requires = >=3.9, <3.14 packages = find: [options.extras_require]