Skip to content

Commit d38350d

Browse files
committed
chore: move to uipath 2.0.1
1 parent aa36cdb commit d38350d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.0.86"
3+
version = "0.0.87"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
77
dependencies = [
8-
"uipath-sdk==0.0.112",
8+
"uipath==2.0.1",
99
"langgraph>=0.2.70",
1010
"langchain-core>=0.3.34",
1111
"langgraph-checkpoint-sqlite>=2.0.3",
@@ -33,7 +33,7 @@ maintainers = [
3333
{ name = "Cristian Pufu", email = "cristian.pufu@uipath.com" }
3434
]
3535

36-
[project.entry-points."uipath_sdk.middlewares"]
36+
[project.entry-points."uipath.middlewares"]
3737
register = "uipath_langchain.middlewares:register_middleware"
3838

3939
[project.urls]

0 commit comments

Comments
 (0)