Skip to content

Commit e5e3bfc

Browse files
authored
Cap cattrs<25.1 (#180)
Broken by this commit: > Potentially breaking: The converters raise StructureHandlerNotFoundError more > eagerly (on hook creation, instead of on hook use). This helps surfacing > problems with missing hooks sooner. > (python-attrs/cattrs#577) https://catt.rs/en/stable/history.html#id2
1 parent 781dc61 commit e5e3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Sphinx>=4.1.0",
2121
"markupsafe==3.0.2",
2222
"attrs",
23-
"cattrs",
23+
"cattrs<25.1",
2424
],
2525
python_requires=">=3.10",
2626
classifiers=[

0 commit comments

Comments
 (0)