Skip to content

Commit 594e267

Browse files
Clement Fauchereclaude
andcommitted
chore: bump version to 0.9.15, require uipath-platform>=0.1.18
Picks up x-uipath-traceparent-id trace context propagation from uipath-platform 0.1.18 (UiPath/uipath-python#1535). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 839b385 commit 594e267

2 files changed

Lines changed: 56 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.9.14"
3+
version = "0.9.15"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
88
"uipath>=2.10.29, <2.11.0",
99
"uipath-core>=0.5.2, <0.6.0",
10-
"uipath-platform>=0.1.12, <0.2.0",
10+
"uipath-platform>=0.1.18, <0.2.0",
1111
"uipath-runtime>=0.10.0, <0.11.0",
1212
"langgraph>=1.0.0, <2.0.0",
1313
"langchain-core>=1.2.11, <2.0.0",
@@ -118,3 +118,6 @@ name = "testpypi"
118118
url = "https://test.pypi.org/simple/"
119119
publish-url = "https://test.pypi.org/legacy/"
120120
explicit = true
121+
122+
[tool.uv.sources]
123+
uipath-platform = { path = "D:/source/uipath-python/packages/uipath-platform", editable = true }

uv.lock

Lines changed: 51 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)