From 40dccab225cdcef6cdad60076a49d2fd30af33a0 Mon Sep 17 00:00:00 2001 From: Mark Elliot <123787712+mark-thm@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:26:26 -0400 Subject: [PATCH] Remove upperbound on flyteidl's protobuf dependency (#5285) Signed-off-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com> --- flyteidl/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteidl/pyproject.toml b/flyteidl/pyproject.toml index b3c56baced..5ce9947f50 100644 --- a/flyteidl/pyproject.toml +++ b/flyteidl/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.8,<3.13" dependencies = [ 'googleapis-common-protos', 'protoc-gen-openapiv2', - 'protobuf>=4.21.1,<5.0.0', + 'protobuf>=4.21.1', ] classifiers = [ "Intended Audience :: Science/Research",