diff --git a/pyproject.toml b/pyproject.toml index f7e07044..ed6e8a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-langchain" -version = "0.9.28" +version = "0.9.29" 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 57704a87..e5265f5e 100644 --- a/uv.lock +++ b/uv.lock @@ -3437,7 +3437,7 @@ wheels = [ [[package]] name = "uipath-langchain" -version = "0.9.28" +version = "0.9.29" source = { editable = "." } dependencies = [ { name = "a2a-sdk" },