Skip to content

Commit ea72c53

Browse files
chore: add tool confirmation chat agent sample
1 parent b874560 commit ea72c53

14 files changed

Lines changed: 1637 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.5.33"
3+
version = "0.5.333"
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 = [
8-
"uipath>=2.8.0,<2.9.0",
9-
"uipath-runtime>=0.6.0, <0.7.0",
8+
"uipath>=2.8.0.dev1012700000,<2.8.0.dev1012710000",
9+
"uipath-runtime==0.7.0.dev1000780257",
1010
"langgraph>=1.0.0, <2.0.0",
1111
"langchain-core>=1.2.5, <2.0.0",
1212
"langgraph-checkpoint-sqlite>=3.0.3, <4.0.0",
@@ -116,3 +116,7 @@ name = "testpypi"
116116
url = "https://test.pypi.org/simple/"
117117
publish-url = "https://test.pypi.org/legacy/"
118118
explicit = true
119+
120+
[tool.uv.sources]
121+
uipath-runtime = { index = "testpypi" }
122+
uipath = { index = "testpypi" }

0 commit comments

Comments
 (0)