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 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.5.2] - 2024-05-10
6+ ### Changed
7+ - Updated ` protobuf ` dependency version to ">=5.26.1"
8+
59## [ 1.5.1] - 2024-05-02
610### Changed
711- 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 11[tool .poetry ]
22name = " injective-py"
3- version = " 1.5.1 "
3+ version = " 1.5.2 "
44description = " Injective Python SDK, with Exchange API Client"
55authors = [
" Injective Labs <[email protected] >" ]
66license = " Apache-2.0"
@@ -32,7 +32,7 @@ grpcio = "*"
3232grpcio-tools = " *"
3333hdwallets = " *"
3434mnemonic = " *"
35- protobuf = " * "
35+ protobuf = " >=5.26.1 "
3636requests = " *"
3737safe-pysha3 = " *"
3838urllib3 = " *"
You can’t perform that action at this time.
0 commit comments