Skip to content

Commit

Permalink
BUILD: Avoid new attrs release (#5697)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Jan 26, 2025
1 parent 8c592a1 commit dc03292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"rpyc>=6.0.0,<6.1",
"pyyaml",
"defusedxml>=0.7,<8.0",
"attrs!=24.3.0",
"attrs<24.3.0",
"referencing<0.36.0",
]

Expand Down

0 comments on commit dc03292

Please sign in to comment.