Skip to content

Commit 4c3ce5c

Browse files
chore(deps): update grpcio requirement in /sdk
Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.68.0...v1.80.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c614c52 commit 4c3ce5c

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
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
]
2424
dependencies = [
25-
"grpcio>=1.68.0,<2",
25+
"grpcio>=1.80.0,<2",
2626
"protobuf>=6.31.0,<7",
2727
"googleapis-common-protos>=1.66.0,<2",
2828
]

0 commit comments

Comments
 (0)