aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 621125d..a15ad53 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ kubernetes_asyncio = "32.0.0"
loguru = "0.7.3"
pydantic = "2.10.6"
pydantic-settings = "2.7.1"
-python-freeipa = "1.0.8" # 1.0.9 adds gssapi which currently can't be built in our image
+python-freeipa = "1.0.9"
python-keycloak = "5.3.1"
sentry-sdk = "2.21.0"
tabulate = { extras = ["widechars"], version = "0.9.0" }