Skip to content

Commit 928a42c

Browse files
authored
FIX: Temporary avoid latest attrs (#5576)
1 parent a7e7ecf commit 928a42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies = [
4343
"tomli-w",
4444
"rpyc>=6.0.0,<6.1",
4545
"pyyaml",
46-
"defusedxml>=0.7,<8.0"
46+
"defusedxml>=0.7,<8.0",
47+
"attrs!=24.3.0",
4748
]
4849

4950
[project.optional-dependencies]

0 commit comments

Comments
 (0)