Skip to content

Commit cdaef2f

Browse files
chore(deps): update protobuf requirement in /sdk
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab8e4c4 commit cdaef2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"grpcio>=1.80.0,<2",
26-
"protobuf>=6.31.0,<7",
26+
"protobuf>=7.35.0,<8",
2727
"googleapis-common-protos>=1.75.0,<2",
2828
]
2929

0 commit comments

Comments
 (0)