Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/InjectiveLabs/sdk-python
Browse files Browse the repository at this point in the history
…into feat/sync_dev_with_master_v152
  • Loading branch information
aarmoa committed Jun 6, 2024
2 parents 822bc90 + ece0283 commit 9d02df2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ All notable changes to this project will be documented in this file.
### Changed
- Refactored cookies management logic to use all gRPC calls' responses to update the current cookies

## [1.4.3] - 2024-06-06
### Changed
- Fixed `protobuf` dependency version to "<5" to for the v1.4 branch, because newer versions require a code refactoring (done in v1.5)

## [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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ grpcio = "*"
grpcio-tools = "*"
hdwallets = "*"
mnemonic = "*"
protobuf = "*"
protobuf = ">=5.26.1"
requests = "*"
safe-pysha3 = "*"
websockets = "*"
Expand Down

0 comments on commit 9d02df2

Please sign in to comment.