Skip to content

Commit d6e521c

Browse files
chore(deps): update grpcio requirement in /sdk (#17)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6750d36 commit d6e521c

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)