File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.5.2] - 2024-05-10
6
+ ### Changed
7
+ - Updated ` protobuf ` dependency version to ">=5.26.1"
8
+
5
9
## [ 1.5.1] - 2024-05-02
6
10
### Changed
7
11
- Updated calls to ` json_format.MessageToDict ` for compliance with the new version of the ` protobuf ` library
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " injective-py"
3
- version = " 1.5.1 "
3
+ version = " 1.5.2 "
4
4
description = " Injective Python SDK, with Exchange API Client"
5
5
authors = [" Injective Labs <contact@injectivelabs.org>" ]
6
6
license = " Apache-2.0"
@@ -32,7 +32,7 @@ grpcio = "*"
32
32
grpcio-tools = " *"
33
33
hdwallets = " *"
34
34
mnemonic = " *"
35
- protobuf = " * "
35
+ protobuf = " >=5.26.1 "
36
36
requests = " *"
37
37
safe-pysha3 = " *"
38
38
urllib3 = " *"
You can’t perform that action at this time.
0 commit comments