From 44b49f86d60b5619b343d081d43930496d4b8b7d Mon Sep 17 00:00:00 2001 From: Gokul A <166456257+nargokul@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:39:31 -0800 Subject: [PATCH] Update to fetch latest Cloudpickle version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be05949d02..a3d0b29bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "attrs>=23.1.0,<24", "boto3>=1.35.75,<2.0", - "cloudpickle==2.2.1", + "cloudpickle>=2.2.1", "docker", "fastapi", "google-pasta",