Skip to content

Commit ece0283

Browse files
authored
Merge pull request #328 from InjectiveLabs/fix/update_protobuf_dependency_version
fix/update_protobuf_dependency_version
2 parents 433303c + 0d28537 commit ece0283

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <contact@injectivelabs.org>"]
66
license = "Apache-2.0"
@@ -32,7 +32,7 @@ grpcio = "*"
3232
grpcio-tools = "*"
3333
hdwallets = "*"
3434
mnemonic = "*"
35-
protobuf = "*"
35+
protobuf = ">=5.26.1"
3636
requests = "*"
3737
safe-pysha3 = "*"
3838
urllib3 = "*"

0 commit comments

Comments
 (0)