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 diff --git a/pyproject.toml b/pyproject.toml index 7753d70754..51c6c41172 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!=24.3.0", "beartype>=0.11.0,<0.20", "grpcio>=1.35.0,<1.68", "grpcio-health-checking>=1.45.0,<1.68",