From c426223eef9b2a293689c44daf1c2413e6259d17 Mon Sep 17 00:00:00 2001 From: "cristian.groza" Date: Tue, 5 May 2026 12:06:26 +0300 Subject: [PATCH 1/2] fix: uipath-core package version --- pyproject.toml | 4 ++-- uv.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f950d6dcd..48b9d66db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Python SDK that enables developers to build and deploy LangGraph readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" dependencies = [ - "uipath>=2.10.57, <2.11.0", - "uipath-core>=0.5.13, <0.6.0", + "uipath>=2.10.61, <2.11.0", + "uipath-core>=0.5.15, <0.6.0", "uipath-platform>=0.1.43, <0.2.0", "uipath-runtime>=0.10.0, <0.11.0", "langgraph>=1.1.8, <2.0.0", diff --git a/uv.lock b/uv.lock index 915e9b4cd..9b2a8de33 100644 --- a/uv.lock +++ b/uv.lock @@ -4331,7 +4331,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.10.57" +version = "2.10.61" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "applicationinsights" }, @@ -4354,9 +4354,9 @@ dependencies = [ { name = "uipath-platform" }, { name = "uipath-runtime" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/33/b6/34e82e3895151cfbb923c135fb117ee98d8a4d2156f26fe94a8e2ff3f206/uipath-2.10.57.tar.gz", hash = "sha256:8b94dd42b6b96abb71b0904f540f0fb4591c67cb1df37ce7539cbf53b9961aa6", size = 2932994, upload-time = "2026-04-27T17:35:00.572Z" } +sdist = { url = "https://files.pythonhosted.org/packages/0c/75/a6292d858cf8c751cd672a83d92cbc7e68d45a1cdf399f7c4de64e8dfc62/uipath-2.10.61.tar.gz", hash = "sha256:de1ed6496358ac86335747fec3661f6cb0a43f88c82881686aad88ec992ce398", size = 2935921, upload-time = "2026-05-02T00:15:00.216Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1c/41/543a35b20f55c7dd098e0a019d8ac106510e44210d3e93677605d861083f/uipath-2.10.57-py3-none-any.whl", hash = "sha256:b26ceac02764910f1f1b8f8b5ab65efd220ff954414b2e6c2d7e8f84fcef5e32", size = 389193, upload-time = "2026-04-27T17:34:58.412Z" }, + { url = "https://files.pythonhosted.org/packages/83/c7/6214987e0a4a0b6cc97f1df1306d5a87068c920cf7e8815add4c04eed524/uipath-2.10.61-py3-none-any.whl", hash = "sha256:922b0ad3efe85f77b64a56ae4520e0b7eab6abee02a1425adbd6adc635e1fcec", size = 389764, upload-time = "2026-05-02T00:14:57.776Z" }, ] [[package]] @@ -4450,8 +4450,8 @@ requires-dist = [ { name = "pillow", specifier = ">=12.1.1" }, { name = "pydantic-settings", specifier = ">=2.6.0" }, { name = "python-dotenv", specifier = ">=1.0.1" }, - { name = "uipath", specifier = ">=2.10.57,<2.11.0" }, - { name = "uipath-core", specifier = ">=0.5.13,<0.6.0" }, + { name = "uipath", specifier = ">=2.10.61,<2.11.0" }, + { name = "uipath-core", specifier = ">=0.5.15,<0.6.0" }, { name = "uipath-langchain-client", extras = ["all"], marker = "extra == 'all'", specifier = ">=1.10.0,<1.11.0" }, { name = "uipath-langchain-client", extras = ["anthropic"], marker = "extra == 'anthropic'", specifier = ">=1.10.0,<1.11.0" }, { name = "uipath-langchain-client", extras = ["bedrock"], marker = "extra == 'bedrock'", specifier = ">=1.10.0,<1.11.0" }, From f75e94ae44c8a36b01267fc2b05c216e9a464356 Mon Sep 17 00:00:00 2001 From: "cristian.groza" Date: Tue, 5 May 2026 12:08:00 +0300 Subject: [PATCH 2/2] fix: uipath-core package version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48b9d66db..639da8da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-langchain" -version = "0.10.13" +version = "0.10.14" 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" diff --git a/uv.lock b/uv.lock index 9b2a8de33..7b9371813 100644 --- a/uv.lock +++ b/uv.lock @@ -4375,7 +4375,7 @@ wheels = [ [[package]] name = "uipath-langchain" -version = "0.10.13" +version = "0.10.14" source = { editable = "." } dependencies = [ { name = "a2a-sdk" },