Skip to content

Commit 749cd31

Browse files
authored
Merge pull request #292 from UiPath/fix/refactor_resumable_runtime
fix: decouple runtime from memory and resume triggers
2 parents a21b997 + aefd869 commit 749cd31

33 files changed

+2633
-3102
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath>=2.2.0, <2.3.0",
8+
"uipath>=2.2.6, <2.3.0",
99
"langgraph>=1.0.0, <2.0.0",
1010
"langchain-core>=1.0.0, <2.0.0",
1111
"langgraph-checkpoint-sqlite>=3.0.0, <4.0.0",

src/uipath_langchain/_cli/_runtime/_conversation.py

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)