From 24ff427d1e33d8028fe0c2a23a4c077d87b68909 Mon Sep 17 00:00:00 2001 From: "cristian.groza" Date: Tue, 5 May 2026 10:31:39 +0300 Subject: [PATCH] chore: increment pkg version to include ixp tool fix --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 778ed173c..f950d6dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-langchain" -version = "0.10.12" +version = "0.10.13" 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 723fdc4d2..915e9b4cd 100644 --- a/uv.lock +++ b/uv.lock @@ -4375,7 +4375,7 @@ wheels = [ [[package]] name = "uipath-langchain" -version = "0.10.12" +version = "0.10.13" source = { editable = "." } dependencies = [ { name = "a2a-sdk" },