Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit e56e303

Browse files
authored
Merge pull request #33 from PolymathNetwork/feature/schema-3.0.1
fix schema
2 parents b29cbdc + 5cf1341 commit e56e303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ urllib3>=1.25.11
99
xxhash>=1.3.0
1010
pytest>=6.1.1
1111

12-
polymath-scalecodec==3.0.0
12+
polymath-scalecodec==3.0.1
1313
py-sr25519-bindings>=0.1.2
1414
py-ed25519-bindings>=0.1.1
1515
py-bip39-bindings>=0.1.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
'requests>=2.24.0',
184184
'urllib3>=1.25.10',
185185
'xxhash>=1.3.0',
186-
'polymath-scalecodec==3.0.0',
186+
'polymath-scalecodec==3.0.1',
187187
'py-sr25519-bindings>=0.1.2',
188188
'py-ed25519-bindings>=0.1.1',
189189
'py-bip39-bindings>=0.1.6'

0 commit comments

Comments
 (0)