From 185d9c0a59c6e730f6c677eedc343d63d1697332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:17:47 +0100 Subject: [PATCH 1/2] build: update ansys-edb-core version for new SP Previous version `v0.2.3` contained an issue that should be patched in `v0.2.4`. It should be the default version to be used to work with the new SP. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6914d120..c2ff69df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "ansys-dpf-post==0.10.1", "ansys-dyna-core==0.9.0", "ansys-dynamicreporting-core==0.10.3; python_version<'3.13'", - "ansys-edb-core==0.2.3", + "ansys-edb-core==0.2.4", "ansys-fluent-core==0.37.0", "ansys-geometry-core==0.14.1", "ansys-hps-client==0.11.1", @@ -147,3 +147,4 @@ force-sort-within-sections = true + From 139d47b1d1559f72aec66876fab897cd0ffc1385 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Sun, 7 Dec 2025 20:52:44 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2ff69df..f09532c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,4 +147,3 @@ force-sort-within-sections = true -