Skip to content

Commit 68af309

Browse files
chore(deps): update grpcio requirement in /sdk (#187)
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.82.1...v1.83.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.83.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 793f6b9 commit 68af309

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.82.1,<2",
25+
"grpcio>=1.83.0,<2",
2626
"protobuf>=6.33.6,<7",
2727
"googleapis-common-protos>=1.75.0,<2",
2828
]

0 commit comments

Comments
 (0)