From 832f47bc1e16769737bbd44a37a62a4f365df73a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=B6ij?= Date: Wed, 25 Feb 2026 20:43:53 +0100 Subject: [PATCH 1/2] Fix client deployment --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0a36b6ba..f12dd701 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -54,6 +54,8 @@ jobs: runs-on: ubuntu-latest needs: build if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + permissions: + id-token: write steps: - uses: actions/checkout@v3 - name: Set up Python 3.10 From aa8263a9b6ba207f825748c2d20ee87f2065b02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=B6ij?= Date: Wed, 25 Feb 2026 20:53:05 +0100 Subject: [PATCH 2/2] 12.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 254158ea..c4ec5d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "terminusdb" -version = "12.0.3" +version = "12.0.4" description = "Terminus DB Python client" authors = ["TerminusDB group", "DFRNT AB"] license = "Apache Software License"