diff --git a/poetry.lock b/poetry.lock index a7e4dcb4..bb2b8507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,19 +402,20 @@ files = [ [[package]] name = "cosmpy" -version = "0.9.0" +version = "0.9.1" description = "A library for interacting with the cosmos networks" category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "cosmpy-0.9.0-py3-none-any.whl", hash = "sha256:59e34da311635b0a4abf21854a871ae648f3afbdb2e39f16e6f134c61a0ce53f"}, - {file = "cosmpy-0.9.0.tar.gz", hash = "sha256:a259bff3a3cdc4bf8b259659aab2bb4da11cf7f27a38ebb9e1fe5d494ab40be2"}, + {file = "cosmpy-0.9.1-py3-none-any.whl", hash = "sha256:bf1f332618ba4bbdf751706883372072e0e807abffe071b8a5ef8e2d27500804"}, + {file = "cosmpy-0.9.1.tar.gz", hash = "sha256:ffb7940e19445964d8d58f7e5617f850a54deab9244f6a81b91846438b66ca00"}, ] [package.dependencies] bech32 = "*" ecdsa = "*" +googleapis-common-protos = "*" grpcio = "1.51.1" jsonschema = ">=3.2.0,<5" protobuf = ">=4.21.6,<5.0dev" @@ -609,6 +610,24 @@ python-dateutil = ">=2.8.1" [package.extras] dev = ["flake8", "markdown", "twine", "wheel"] +[[package]] +name = "googleapis-common-protos" +version = "1.60.0" +description = "Common protobufs used in Google APIs" +category = "main" +optional = false +python-versions = ">=3.7" +files = [ + {file = "googleapis-common-protos-1.60.0.tar.gz", hash = "sha256:e73ebb404098db405ba95d1e1ae0aa91c3e15a71da031a2eeb6b2e23e7bc3708"}, + {file = "googleapis_common_protos-1.60.0-py2.py3-none-any.whl", hash = "sha256:69f9bbcc6acde92cab2db95ce30a70bd2b81d20b12eff3f1aabaffcbe8a93918"}, +] + +[package.dependencies] +protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0" + +[package.extras] +grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] + [[package]] name = "grpcio" version = "1.51.1" @@ -2160,4 +2179,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "ad740ca51d026560afab984bdcf9cffe69016b365c549fcf4650e08ff0e9f2c3" +content-hash = "dacb9aea9a56d52e206a5f9c3bf82ac1520583f5ce1ed53d6e94a020b8c9bff3" diff --git a/pyproject.toml b/pyproject.toml index 9b352c7a..99162a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ ecdsa = "^0.18.0" apispec = "^6.0.2" uvicorn = "^0.19.0" aiohttp = "^3.8.3" -cosmpy = "^0.9.0" +cosmpy = "^0.9.1" websockets = "^10.4" [tool.poetry.dev-dependencies]