From 1ddd2baea31d31e81f38c400cef2fcaa36b7802c Mon Sep 17 00:00:00 2001 From: Mario Winkler Date: Fri, 18 Oct 2024 20:52:08 +0200 Subject: [PATCH] Use main version of eoepca flowable external client --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d027052..2677a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "requests", "fastapi[standard]", "registration-library @ git+https://github.com/EOEPCA/registration-library", - "flowable.external-worker-client @ git+https://github.com/EOEPCA/eoepca-flowable-external-client-python@develop" + "flowable.external-worker-client @ git+https://github.com/EOEPCA/eoepca-flowable-external-client-python@main" ] [project.optional-dependencies]