From a61403e2f2ec1c888def0d51993ebb46ee764120 Mon Sep 17 00:00:00 2001 From: Valentina Bojan Date: Wed, 15 Jul 2026 16:28:35 +0300 Subject: [PATCH] chore(deps): require uipath-platform>=0.2.10 Consume uipath-platform 0.2.10, which forwards an optional byoConnectionId when evaluating a BYO guardrail so the Agents backend can narrow BYOG configuration resolution to a specific connection (UiPath/uipath-python#1817). Bumps package version to 0.14.9. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a5adfd4b..2c740936d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "uipath-langchain" -version = "0.14.8" +version = "0.14.9" description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" dependencies = [ "uipath>=2.13.7, <2.14.0", "uipath-core>=0.5.29, <0.6.0", - "uipath-platform>=0.2.9, <0.3.0", + "uipath-platform>=0.2.10, <0.3.0", "uipath-runtime>=0.12.1, <0.13.0", "uipath-llm-client>=1.16.3, <1.17.0", "langgraph>=1.1.8, <2.0.0", diff --git a/uv.lock b/uv.lock index f733e2d38..4d682cc5c 100644 --- a/uv.lock +++ b/uv.lock @@ -4498,7 +4498,7 @@ wheels = [ [[package]] name = "uipath-langchain" -version = "0.14.8" +version = "0.14.9" source = { editable = "." } dependencies = [ { name = "a2a-sdk" }, @@ -4588,7 +4588,7 @@ requires-dist = [ { name = "uipath-langchain-client", extras = ["openai"], specifier = ">=1.16.1,<1.17.0" }, { name = "uipath-langchain-client", extras = ["vertexai"], marker = "extra == 'vertex'", specifier = ">=1.16.1,<1.17.0" }, { name = "uipath-llm-client", specifier = ">=1.16.3,<1.17.0" }, - { name = "uipath-platform", specifier = ">=0.2.9,<0.3.0" }, + { name = "uipath-platform", specifier = ">=0.2.10,<0.3.0" }, { name = "uipath-runtime", specifier = ">=0.12.1,<0.13.0" }, ] provides-extras = ["anthropic", "vertex", "bedrock", "fireworks", "all"] @@ -4672,7 +4672,7 @@ wheels = [ [[package]] name = "uipath-platform" -version = "0.2.9" +version = "0.2.10" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, @@ -4682,9 +4682,9 @@ dependencies = [ { name = "truststore" }, { name = "uipath-core" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bf/4e/c555419c622b77a3b939f512faceaa73407669e51337c155b3c9697abce0/uipath_platform-0.2.9.tar.gz", hash = "sha256:86abad2c124f016b8da739ca9b794a3e3dc7fa10515750b8402278979c787783", size = 426699, upload-time = "2026-07-13T18:07:58.296Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a8/bc/0c99f5c22d3b8631b5225bbe7e6581b893eec5f5d7b28e82bdc751a03af9/uipath_platform-0.2.10.tar.gz", hash = "sha256:d5b5fd04f70506c11e064d930c74fea9a104e6ad90ac60651d64003870042bd4", size = 427111, upload-time = "2026-07-15T13:23:05.788Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/de/75/94769a5107c69c0bbf0e3bbf625378bd9c0697b32bb2d602c2d6f860beb8/uipath_platform-0.2.9-py3-none-any.whl", hash = "sha256:2693668b9f00eb8c958c6f7615850b4123ced4bd735027cba28a04ba166ccada", size = 280892, upload-time = "2026-07-13T18:07:56.692Z" }, + { url = "https://files.pythonhosted.org/packages/0b/36/974cf3d5d352fcfdaf12d802ecc3e4ae14d2c4a7f4f61fd0c489ace33cd6/uipath_platform-0.2.10-py3-none-any.whl", hash = "sha256:bdc7d5400aecc0ac308cdbaa4e9e4a32a7035999ee412cd03e47a18696895e00", size = 280942, upload-time = "2026-07-15T13:23:04.168Z" }, ] [[package]]