File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1249,12 +1249,12 @@ reviews:
12491249 2. Extract the module name before `_pb2`
12501250 (e.g. `transaction_record` from `transaction_record_pb2`)
12511251 3. Build the canonical URL :
1252- ` https://github.com/hashgraph/hedera-protobufs/blob/v0.66.0 /<path>/<module>.proto`
1252+ ` https://github.com/hashgraph/hedera-protobufs/blob/v0.72.0-rc.2 /<path>/<module>.proto`
12531253
12541254 **Example:**
12551255 ` ` `
12561256 Import: from hiero_sdk_python.hapi.services import transaction_record_pb2
1257- Schema: https://github.com/hashgraph/hedera-protobufs/blob/v0.66.0 /services/transaction_record.proto
1257+ Schema: https://github.com/hashgraph/hedera-protobufs/blob/v0.72.0-rc.2 /services/transaction_record.proto
12581258 ` ` `
12591259
12601260 # ## Step 3 — Compare the SDK class against the proto schema
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1212
1313### Changed
1414- Changed pytest version to "pytest>=8.3.4,<10" (#1917 )
15+ - Update protobuf schema version to v0.72.0-rc.2 in ` .coderabbit.yaml `
1516
1617### Src
1718- Updated ` generated_proto.py ` file to work with new proto version
You can’t perform that action at this time.
0 commit comments