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 ffd3c90 commit 2587431Copy full SHA for 2587431
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-langchain"
3
-version = "0.0.86"
+version = "0.0.85"
4
description = "UiPath Langchain"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
samples/uipath_retrieval_chain/pyproject.toml
@@ -4,6 +4,6 @@ version = "0.0.1"
description = "Sample retrieval chain using UiPath Context Grounding API"
authors = [{ name = "Andrei Rusu", email = "andrei.rusu@uipath.com" }]
dependencies = [
7
- "uipath-langchain>=0.0.86",
+ "uipath-langchain>=0.0.85",
8
]
9
0 commit comments