We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02b2f2 commit aa18fedCopy full SHA for aa18fed
README.md
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.6.0.4**
82
+* Remove explicit versions from protobuf and grpcio-tools dependencies
83
+
84
**0.6.0.2**
85
* Re-gen mainnet denoms
86
setup.py
@@ -17,11 +17,11 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.6.0.3"
+VERSION = "0.6.0.4"
21
22
REQUIRED = [
23
- "protobuf==3.19.1",
24
- "grpcio-tools==1.42.0",
+ "protobuf",
+ "grpcio-tools",
25
"grpcio",
26
"asyncio",
27
"aiohttp",
0 commit comments