diff --git a/README.md b/README.md index b3f58203..fb3b8814 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas ### Changelogs +**0.6.0.4** +* Remove explicit versions from protobuf and grpcio-tools dependencies + **0.6.0.2** * Re-gen mainnet denoms diff --git a/setup.py b/setup.py index 6514021b..63e46ae1 100755 --- a/setup.py +++ b/setup.py @@ -17,11 +17,11 @@ EMAIL = "achilleas@injectivelabs.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.6.0.3" +VERSION = "0.6.0.4" REQUIRED = [ - "protobuf==3.19.1", - "grpcio-tools==1.42.0", + "protobuf", + "grpcio-tools", "grpcio", "asyncio", "aiohttp",