From 1ae53e4796188cb07bd9ce3dbb63bdad81502377 Mon Sep 17 00:00:00 2001 From: Charlie Boutier Date: Wed, 9 Oct 2024 16:12:25 +0000 Subject: [PATCH] workflow: update workflow dependencies --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2a344ab..65387dd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -8,7 +8,7 @@ classifiers = [ ] dependencies = [ "grpcio>=1.62.1", - "protobuf>=4.22.0" + "protobuf==4.24.2" ] [project.urls] @@ -19,7 +19,7 @@ dev = [ "pyright==1.1.298", "types-psutil==5.9.5.16", "types-setuptools==68.1.0.1", - "types-protobuf>=4.24.0.1" + "types-protobuf==4.24.0.1" ] [tool.flit.module]