Skip to content

Commit

Permalink
deps: update grpcio requirement from <1.69,>=1.60 to >=1.60,<1.70
Browse files Browse the repository at this point in the history
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.69.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 8df89db commit 296a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ dependencies = [
"urllib3>=1.26.4",
"gunicorn>=20.0.4",
"minio",
"grpcio>=1.60,<1.69",
"grpcio>=1.60,<1.70",
"grpcio-tools>=1.60,<1.69",
"numpy>=1.21.6",
"protobuf>=5.0.0,<5.30.0",

0 comments on commit 296a140

Please sign in to comment.