Skip to content

Commit 4dd44cf

Browse files
authored
Merge pull request #380 from UiPath/fix/resumable_tests
fix: add tests for parallel branches with triggers
2 parents 900876a + 43958f7 commit 4dd44cf

File tree

19 files changed

+5288
-27
lines changed

19 files changed

+5288
-27
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.2.1"
3+
version = "0.2.2"
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.3.0, <2.4.0",
9-
"uipath-runtime>=0.3.2, <0.4.0",
9+
"uipath-runtime>=0.3.3, <0.4.0",
1010
"langgraph>=1.0.0, <2.0.0",
1111
"langchain-core>=1.2.5, <2.0.0",
1212
"aiosqlite==0.21.0",

0 commit comments

Comments
 (0)