From a96ebc9ea1b2079e65c06bd20fa13e3fad06be66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:50:26 +0000 Subject: [PATCH] build(deps): bump grpcio from 1.62.1 to 1.64.1 Bumps [grpcio](https://github.com/grpc/grpc) from 1.62.1 to 1.64.1. - [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.62.1...v1.64.1) --- 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 fd155919..23eed64b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] dependencies = [ "vllm>=0.4.3", "prometheus_client==0.20.0", - "grpcio==1.62.1", + "grpcio==1.64.1", "grpcio-health-checking==1.62.1", "grpcio-reflection==1.62.1", "transformers",