From 2d71c661a137f29e9d0412670667fe87fcc80e33 Mon Sep 17 00:00:00 2001 From: Roxanne Farhad Date: Mon, 26 Jan 2026 15:20:01 -0500 Subject: [PATCH] bumping the version min for agentex python sdk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 099f94ce2..f461df4f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pytest>=8.4.0", "json_log_formatter>=1.1.1", "pytest-asyncio>=1.0.0", - "scale-gp-beta==0.1.0a20", + "scale-gp-beta>=0.1.0a20", "ipykernel>=6.29.5", "openai>=2.2,<3", # Required by openai-agents 0.4.2; litellm now supports openai 2.x (issue #13711 resolved: https://github.com/BerriAI/litellm/issues/13711) "cloudpickle>=3.1.1",