Skip to content

Commit 1131c11

Browse files
authored
fix: pin dataclassy to avoid AttributeError with v0.10.1 (#54)
1 parent d1a6e02 commit 1131c11

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
@@ -61,7 +61,7 @@
6161
install_requires=[
6262
"backports.cached_property ; python_version<'3.8'",
6363
"click>=8.0.0",
64-
"dataclassy>=0.8.2,<1.0",
64+
"dataclassy==0.10.0", # see https://github.com/biqqles/dataclassy/issues/46
6565
"eth-account>=0.5.2,<0.6.0",
6666
"pluggy>=0.13.1,<1.0",
6767
"PyGithub>=1.54,<2.0",

0 commit comments

Comments
 (0)