Skip to content

Commit 9d02df2

Browse files
committed
Merge branch 'master' of https://github.com/InjectiveLabs/sdk-python into feat/sync_dev_with_master_v152
2 parents 822bc90 + ece0283 commit 9d02df2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ All notable changes to this project will be documented in this file.
1414
### Changed
1515
- Refactored cookies management logic to use all gRPC calls' responses to update the current cookies
1616

17+
## [1.4.3] - 2024-06-06
18+
### Changed
19+
- Fixed `protobuf` dependency version to "<5" to for the v1.4 branch, because newer versions require a code refactoring (done in v1.5)
20+
21+
## [1.5.2] - 2024-05-10
22+
### Changed
23+
- Updated `protobuf` dependency version to ">=5.26.1"
24+
1725
## [1.5.1] - 2024-05-02
1826
### Changed
1927
- Updated calls to `json_format.MessageToDict` for compliance with the new version of the `protobuf` library

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ grpcio = "*"
3131
grpcio-tools = "*"
3232
hdwallets = "*"
3333
mnemonic = "*"
34-
protobuf = "*"
34+
protobuf = ">=5.26.1"
3535
requests = "*"
3636
safe-pysha3 = "*"
3737
websockets = "*"

0 commit comments

Comments
 (0)