update pyssz to include deserialization bugfix
This commit is contained in:
parent
895ab67815
commit
d4bf55e5a1
|
@ -3,4 +3,4 @@ eth-typing>=2.1.0,<3.0.0
|
|||
pycryptodome==3.7.3
|
||||
py_ecc>=1.6.0
|
||||
typing_inspect==0.4.0
|
||||
ssz==0.1.0a9
|
||||
ssz==0.1.0a10
|
||||
|
|
|
@ -10,6 +10,6 @@ setup(
|
|||
"pycryptodome==3.7.3",
|
||||
"py_ecc>=1.6.0",
|
||||
"typing_inspect==0.4.0",
|
||||
"ssz==0.1.0a9"
|
||||
"ssz==0.1.0a10"
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue