From dc4de666b80e310360db89344cb49ce789cc2e14 Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Tue, 30 Jun 2026 14:20:13 +0200 Subject: [PATCH 1/2] Update to 5.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09b5b94c..e4425454 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ewoksweb" -version = "5.0.0" +version = "5.1.0" authors = [{ name = "ESRF", email = "dau-pydev@esrf.fr" }] description = "Web-based frontend for creating, visualizing and executing ewoks workflows." readme = { file = "README.md", content-type = "text/markdown" } From 7da4d9ae85a747fa9f345af387fd594c5abed22b Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Tue, 30 Jun 2026 14:39:47 +0200 Subject: [PATCH 2/2] Force ewokscore to 5.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4425454..e242875a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] requires-python = ">=3.10" -dependencies = ["ewoksserver[frontend] >=2.0.0,<3"] +dependencies = ["ewoksserver[frontend] >=2.0.0,<3", "ewokscore>=5.0.0"] [project.urls] Homepage = "https://github.com/ewoks-kit/ewoksweb"