From 23dee8508ad098ac08253a85ba162ecbb00ec329 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:49:12 +0100 Subject: [PATCH 1/3] build: avoid the usage of attrs 24.3.0 (temporary) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7753d70754..5f1c5b9b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "ansys-api-geometry==0.4.24", "ansys-tools-path>=0.3,<1", "ansys-tools-visualization-interface>=0.2.6,<1", + "attrs!=23.4.0", "beartype>=0.11.0,<0.20", "grpcio>=1.35.0,<1.68", "grpcio-health-checking>=1.45.0,<1.68", From c3df99cfeba25ecf1119e99bdc10ad10ead8d725 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:50:39 +0000 Subject: [PATCH 2/3] chore: adding changelog file 1589.dependencies.md [dependabot-skip] --- doc/changelog.d/1589.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1589.dependencies.md diff --git a/doc/changelog.d/1589.dependencies.md b/doc/changelog.d/1589.dependencies.md new file mode 100644 index 0000000000..b9c5b2fa18 --- /dev/null +++ b/doc/changelog.d/1589.dependencies.md @@ -0,0 +1 @@ +avoid the usage of attrs 24.3.0 (temporary) \ No newline at end of file From 8ea83fb0a557f0c2a9bbab540cad36ca9d9ea3d2 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:57:36 +0100 Subject: [PATCH 3/3] fix: typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f1c5b9b73..51c6c41172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "ansys-api-geometry==0.4.24", "ansys-tools-path>=0.3,<1", "ansys-tools-visualization-interface>=0.2.6,<1", - "attrs!=23.4.0", + "attrs!=24.3.0", "beartype>=0.11.0,<0.20", "grpcio>=1.35.0,<1.68", "grpcio-health-checking>=1.45.0,<1.68",