From 72382452c5b6ddb3e67fb8ce21d1a290bca36493 Mon Sep 17 00:00:00 2001 From: Gokul A <166456257+nargokul@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:46:23 -0800 Subject: [PATCH] Protobuf update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b9e9fa92f..20b7ced28c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pandas", "pathos", "platformdirs", - "protobuf>=3.12,<5.0", + "protobuf>=3.12,<6.0", "psutil", "PyYAML~=6.0", "requests",