We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dataclassy
AttributeError
1 parent d1a6e02 commit 1131c11Copy full SHA for 1131c11
setup.py
@@ -61,7 +61,7 @@
61
install_requires=[
62
"backports.cached_property ; python_version<'3.8'",
63
"click>=8.0.0",
64
- "dataclassy>=0.8.2,<1.0",
+ "dataclassy==0.10.0", # see https://github.com/biqqles/dataclassy/issues/46
65
"eth-account>=0.5.2,<0.6.0",
66
"pluggy>=0.13.1,<1.0",
67
"PyGithub>=1.54,<2.0",
0 commit comments