Skip to content

Commit a88c06a

Browse files
authored
chore: bump proto (#994)
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent baa212b commit a88c06a

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
@@ -18,6 +18,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1818

1919
### Changed
2020
- Allow `PublicKey` for `TokenUpdateKeys` in `TokenUpdateTransaction`, enabling non-custodial workflows where operators can build transactions using only public keys (#934).
21+
- Bump protobuf toml to protobuf==6.33.2
2122

2223
### Fixed
2324
- Fixed inactivity bot workflow not checking out repository before running (#964)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
requires-python = ">=3.10, <3.14"
1616
dependencies = [
1717
"grpcio-tools==1.76.0",
18-
"protobuf==6.33.1",
18+
"protobuf==6.33.2",
1919
"grpcio==1.76.0",
2020
"cryptography==44.0.0",
2121
"python-dotenv==1.2.1",

0 commit comments

Comments
 (0)