Skip to content

Commit cc410fe

Browse files
authored
chore: bump protobufs version to v0.66.0 (#392)
* chore: bump proto version to v0.66.0 Signed-off-by: dosi <[email protected]> * chore: update changelog Signed-off-by: dosi <[email protected]> --------- Signed-off-by: dosi <[email protected]>
1 parent 9ac51a5 commit cc410fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
4343
- Function docstrings in /tokens, /transaction, /query, /consensus
4444

4545
### Changed
46+
- bump protobufs version to `v0.66.0`
4647
- bump solo version to `v0.13`
4748
- Extract _build_proto_body() from build_transaction_body() in every transaction
4849
- StatefulContract's setMessage() function designed with no access restrictions, allowing calls from any address

generate_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# -------------------- Defaults --------------------
4343

44-
DEFAULT_HAPI_VERSION = "v0.64.3"
44+
DEFAULT_HAPI_VERSION = "v0.66.0"
4545
DEFAULT_PROTOS_DIR = ".protos"
4646
DEFAULT_OUTPUT = "src/hiero_sdk_python/hapi"
4747

0 commit comments

Comments
 (0)