Skip to content

Commit

Permalink
FIX: Temporary avoid latest attrs (#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Dec 16, 2024
1 parent a7e7ecf commit 928a42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ dependencies = [
"tomli-w",
"rpyc>=6.0.0,<6.1",
"pyyaml",
"defusedxml>=0.7,<8.0"
"defusedxml>=0.7,<8.0",
"attrs!=24.3.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 928a42c

Please sign in to comment.