From f05d6196996f0c50a1e6a9df9be546feac41bf74 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 28 May 2026 10:50:23 -0700 Subject: [PATCH 1/2] Bump flyteidl minimum version to 1.16.7 Signed-off-by: Kevin Su --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a94e84ca40..036ab5f182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "diskcache>=5.2.1", "docker>=4.0.0", "docstring-parser>=0.9.0", - "flyteidl>=1.16.1,<2.0.0a0", + "flyteidl>=1.16.7,<2.0.0a0", "fsspec>=2023.3.0", # Bug in 2025.5.0, 2025.5.0post1 https://github.com/fsspec/gcsfs/issues/687 # Bug in 2024.2.0 https://github.com/fsspec/gcsfs/pull/643 From 219cf35d1b81c81bb8b82100563b2c7be47b5620 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 28 May 2026 10:51:36 -0700 Subject: [PATCH 2/2] nit Signed-off-by: Kevin Su --- plugins/flytekit-ray/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-ray/setup.py b/plugins/flytekit-ray/setup.py index ef6b173bca..292326cb37 100644 --- a/plugins/flytekit-ray/setup.py +++ b/plugins/flytekit-ray/setup.py @@ -4,7 +4,7 @@ microlib_name = f"flytekitplugins-{PLUGIN_NAME}" -plugin_requires = ["ray[default]", "flytekit>1.14.5", "flyteidl>=1.13.6"] +plugin_requires = ["ray[default]", "flytekit>1.14.5", "flyteidl>=1.16.7"] __version__ = "0.0.0+develop"