From aeec36651c9c41fff216c08890afb3a709b3adad Mon Sep 17 00:00:00 2001 From: Mayank Jha Date: Wed, 1 Jul 2026 13:10:08 -0700 Subject: [PATCH] fix: bump uipath-dev to >=0.0.82 in dev-console testcase uipath-dev 0.0.82 is the first version compatible with uipath>=2.12 (WorkloadExecution rename). Older versions pin uipath<2.12.0, which conflicts with uipath-langchain>=0.13.16 (uipath>=2.12.1) and breaks dependency resolution in the cross-langchain CI. Co-Authored-By: Claude Opus 4.8 (1M context) --- testcases/dev-console/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/dev-console/pyproject.toml b/testcases/dev-console/pyproject.toml index b762c36ed..e49098b1e 100644 --- a/testcases/dev-console/pyproject.toml +++ b/testcases/dev-console/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "langchain-core>=0.3.34", "python-dotenv>=1.0.1", "uipath-langchain", - "uipath-dev>=0.0.12", + "uipath-dev>=0.0.82", "pydantic>=2.10.6", "typing-extensions>=4.12.2", "pexpect>=4.9.0",