From c63f0113b37f798db28cfed90c11c05f5d71479e Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 31 Jan 2024 04:04:39 -0800 Subject: [PATCH] Remove upper version bound from protobuf (#2144) Signed-off-by: Kevin Su --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce911e63ce..008bd46ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,7 @@ dependencies = [ "marshmallow-enum", "marshmallow-jsonschema>=0.12.0", "mashumaro>=3.9.1", - # TODO: Remove upper-bound after protobuf community fixes it. https://github.com/flyteorg/flyte/issues/4359 - "protobuf<4.25.0", + "protobuf!=4.25.0", "pyarrow", "python-json-logger>=2.0.0", "pytimeparse>=1.1.8,<2.0.0",