We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa36cdb commit d38350dCopy full SHA for d38350d
pyproject.toml
@@ -1,11 +1,11 @@
1
[project]
2
name = "uipath-langchain"
3
-version = "0.0.86"
+version = "0.0.87"
4
description = "UiPath Langchain"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
7
dependencies = [
8
- "uipath-sdk==0.0.112",
+ "uipath==2.0.1",
9
"langgraph>=0.2.70",
10
"langchain-core>=0.3.34",
11
"langgraph-checkpoint-sqlite>=2.0.3",
@@ -33,7 +33,7 @@ maintainers = [
33
{ name = "Cristian Pufu", email = "cristian.pufu@uipath.com" }
34
]
35
36
-[project.entry-points."uipath_sdk.middlewares"]
+[project.entry-points."uipath.middlewares"]
37
register = "uipath_langchain.middlewares:register_middleware"
38
39
[project.urls]
0 commit comments