From 5574d893e3be89704ed49f5a7342759ab8ffdca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:15:04 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.66.2 to 1.67.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.66.2 to 1.67.0. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.66.2...v1.67.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3422dfe..4cd64ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] dependencies = [ "vllm>=0.6.2", "prometheus_client==0.21.0", - "grpcio==1.66.2", + "grpcio==1.67.0", "grpcio-health-checking==1.62.2", "grpcio-reflection==1.62.2", "accelerate==0.34.2",