Skip to content

Commit 31bcf33

Browse files
authored
Merge pull request #20 from UiPath/chore/bump-version
chore: bump version
2 parents 8de049e + 35292c3 commit 31bcf33

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0.87"
3+
version = "0.0.88"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
77
dependencies = [
8-
"uipath==2.0.1",
8+
"uipath>=2.0.4, <2.1.0",
99
"langgraph>=0.2.70",
1010
"langchain-core>=0.3.34",
1111
"langgraph-checkpoint-sqlite>=2.0.3",

src/uipath_langchain/_cli/_runtime/_escalation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Any, Dict, Optional, Union
55

66
from uipath import UiPath
7-
from uipath._models.actions import Action
7+
from uipath.models.actions import Action
88

99
logger = logging.getLogger(__name__)
1010

src/uipath_langchain/_cli/_runtime/_output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
UiPathRuntimeResult,
1616
UiPathRuntimeStatus,
1717
)
18-
from uipath._models import CreateAction, InvokeProcess, WaitAction, WaitJob
19-
from uipath._models.actions import Action
18+
from uipath.models import CreateAction, InvokeProcess, WaitAction, WaitJob
19+
from uipath.models.actions import Action
2020

2121
from ._context import LangGraphRuntimeContext
2222
from ._escalation import Escalation

0 commit comments

Comments
 (0)