diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 42a8a65d8..b59ff977c 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -15,8 +15,8 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "grpcio==1.56.2", - "grpcio-tools==1.56.2", + "grpcio==1.59.3", + "grpcio-tools==1.59.3", "deprecation" ] # We need to set grpc to 1.56 until this bug is resolved : https://github.com/grpc/grpc/issues/34305