From 46a3de541f22666f00a403a55b3acb9911081a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:26:29 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.67.0 to 1.69.0 Bumps [grpcio](https://github.com/grpc/grpc) from 1.67.0 to 1.69.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.67.0...v1.69.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 42a1c8f..b9e6f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] dependencies = [ "vllm>=0.6.4.post2", "prometheus_client==0.21.0", - "grpcio==1.67.0", + "grpcio==1.69.0", "grpcio-health-checking==1.62.2", "grpcio-reflection==1.62.2", "accelerate==0.34.2",