Skip to content

Commit 67c1211

Browse files
deps: update grpcio requirement from ~=1.60.0 to >=1.60,<1.66
Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.60.0...v1.65.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30360de commit 67c1211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"requests",
3333
"urllib3>=1.26.4",
3434
"minio",
35-
"grpcio~=1.60.0",
35+
"grpcio>=1.60,<1.66",
3636
"grpcio-tools~=1.60.0",
3737
"numpy>=1.21.6",
3838
"protobuf~=4.25.2",

0 commit comments

Comments
 (0)