From 56142b8b7408063e4911f1140f12aad05a636060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:40:44 +0100 Subject: [PATCH] FIX: Temporary avoid attrs v24.3.0 Description Temporary solution for the packaging issue in CICD. This PR should be reverted at some point once attrs gets a new release with license available on PyPI. Issue linked Here is the issue associated to our CICD failure python-attrs/attrs#1386 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e2b1a53c..21cadffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,8 @@ dependencies = [ "pyaedt>=0.10.0,<0.12", "pydantic", "tomli; python_version < '3.12'", + # FIXME: Remove the following once https://github.com/python-attrs/attrs/issues/1386 is closed + "attrs!=24.3.0", ] [project.optional-dependencies]