From da5a6b79d1458c66d84e74212eb9b1f89a74a4fd Mon Sep 17 00:00:00 2001 From: Radu Mihai Gheorghe Date: Tue, 28 Apr 2026 10:57:24 +0300 Subject: [PATCH] chore: update pyproject template version to current minor interval Bump uipath-langchain package version to 0.10.10 and update the cli new template to generate projects pinned to the current minor interval (>=0.10.0, <0.11.0). Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- src/uipath_langchain/_cli/cli_new.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 757fdb850..84eb00578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-langchain" -version = "0.10.9" +version = "0.10.10" 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/src/uipath_langchain/_cli/cli_new.py b/src/uipath_langchain/_cli/cli_new.py index 255a15dae..dfe73b036 100644 --- a/src/uipath_langchain/_cli/cli_new.py +++ b/src/uipath_langchain/_cli/cli_new.py @@ -31,7 +31,7 @@ def generate_pyproject(target_directory, project_name): description = "{project_name}" authors = [{{ name = "John Doe", email = "john.doe@myemail.com" }}] dependencies = [ - "uipath-langchain>=0.8.0, <0.9.0", + "uipath-langchain>=0.10.0, <0.11.0", ] requires-python = ">=3.11" """ diff --git a/uv.lock b/uv.lock index 399558a2a..911291179 100644 --- a/uv.lock +++ b/uv.lock @@ -4375,7 +4375,7 @@ wheels = [ [[package]] name = "uipath-langchain" -version = "0.10.9" +version = "0.10.10" source = { editable = "." } dependencies = [ { name = "a2a-sdk" },