aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-02-15 16:31:55 +0000
committerGravatar Chris Lovering <[email protected]>2025-02-15 16:33:13 +0000
commit9699e6eee373e48f901a3993e562674855f54700 (patch)
tree7ee501950cbc29df31a12d094590f644d9871073 /pyproject.toml
parentSort dependencies (diff)
Bump python-freeipa to 1.0.9
This required changing how we install deps in docker, as python-freeipa 1.0.9 added gssapi, which requires heimdal-dev to be installed. We now install all project deps in the wheel-builder docker stage, and then install from cache in the actual runner stage
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" }