From a1ba33e88cc4ce8f110a93e078701cba28caa486 Mon Sep 17 00:00:00 2001 From: ddl-rliu Date: Fri, 10 May 2024 15:58:59 -0700 Subject: [PATCH] Bump flyteidl in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df457ac3ad4..1f4bf4123d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "diskcache>=5.2.1", "docker>=4.0.0,<7.0.0", "docstring-parser>=0.9.0", - "flyteidl>=1.11.0b1", + "flyteidl>=1.12.0", "fsspec>=2023.3.0", "gcsfs>=2023.3.0", "googleapis-common-protos>=1.57",