From 9f2f92615f5a5b2f90815e9f85f964f0d1a6dd63 Mon Sep 17 00:00:00 2001 From: "Yuri (solarw) Turchenkov" Date: Wed, 19 Jul 2023 09:41:41 +0300 Subject: [PATCH] cosmpy bumped to 0.6.0 --- Pipfile | 2 +- plugins/aea-ledger-cosmos/setup.py | 2 +- setup.py | 4 ++-- tox.ini | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 73c9b89e28..6a8ae27618 100644 --- a/Pipfile +++ b/Pipfile @@ -39,7 +39,7 @@ GitPython = "==3.1.27" requests = "==2.28.1" idna = "<=3.3" web3 = "==5.31.4" -cosmpy = ">=0.4.1,<0.5.0" +cosmpy = "==0.6.0" semver = "<3.0.0,>=2.9.1" py-multibase = ">=1.0.0" py-multicodec = ">=0.2.0" diff --git a/plugins/aea-ledger-cosmos/setup.py b/plugins/aea-ledger-cosmos/setup.py index 58dd572821..1e175cb24c 100644 --- a/plugins/aea-ledger-cosmos/setup.py +++ b/plugins/aea-ledger-cosmos/setup.py @@ -43,7 +43,7 @@ "ecdsa>=0.15,<0.17.0", "bech32==1.2.0", "pycryptodome>=3.10.1,<4.0.0", - "cosmpy>=0.2.0", + "cosmpy==0.6.0", ], tests_require=["pytest"], entry_points={ diff --git a/setup.py b/setup.py index b386676af0..5a6ab3616b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def get_all_extras() -> Dict: cli_deps = [ "click==8.0.2", "pyyaml==6.0.1", - "jsonschema>=3.0.0,<4.0.0", + "jsonschema<5.0.0,>=4.16.0", "packaging>=23.1,<24.0", "pytest>=7.0.0,<7.3.0", "coverage>=6.4.4,<8.0.0", @@ -56,7 +56,7 @@ def get_all_extras() -> Dict: base_deps = [ "semver>=2.9.1,<3.0.0", "base58>=1.0.3,<3.0.0", - "jsonschema>=3.0.0,<4.0.0", + "jsonschema<5.0.0,>=4.16.0", "packaging>=23.1,<24.0", "protobuf>=3.19.0,<4.0.0", "pymultihash==0.8.2", diff --git a/tox.ini b/tox.ini index 171bda5e74..e6f3c2c28b 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ deps = eth-account>=0.5.9,<0.6.0 ; for password encryption in cosmos pycryptodome>=3.10.1 - cosmpy>=0.4.1,<0.5.0 + cosmpy==0.6.0 certifi<=2022.6.15.1 google-api-python-client<=2.60.0 idna<=3.3