Skip to content

Commit

Permalink
Merge pull request #328 from InjectiveLabs/fix/update_protobuf_depend…
Browse files Browse the repository at this point in the history
…ency_version

fix/update_protobuf_dependency_version
  • Loading branch information
aarmoa authored May 10, 2024
2 parents 433303c + 0d28537 commit ece0283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [1.5.2] - 2024-05-10
### Changed
- Updated `protobuf` dependency version to ">=5.26.1"

## [1.5.1] - 2024-05-02
### Changed
- Updated calls to `json_format.MessageToDict` for compliance with the new version of the `protobuf` library
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "injective-py"
version = "1.5.1"
version = "1.5.2"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ grpcio = "*"
grpcio-tools = "*"
hdwallets = "*"
mnemonic = "*"
protobuf = "*"
protobuf = ">=5.26.1"
requests = "*"
safe-pysha3 = "*"
urllib3 = "*"
Expand Down

0 comments on commit ece0283

Please sign in to comment.