Skip to content

Commit 2587431

Browse files
committed
revert version increment
1 parent ffd3c90 commit 2587431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.0.86"
3+
version = "0.0.85"
44
description = "UiPath Langchain"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

samples/uipath_retrieval_chain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Sample retrieval chain using UiPath Context Grounding API"
55
authors = [{ name = "Andrei Rusu", email = "andrei.rusu@uipath.com" }]
66
dependencies = [
7-
"uipath-langchain>=0.0.86",
7+
"uipath-langchain>=0.0.85",
88
]
99
requires-python = ">=3.10"

0 commit comments

Comments
 (0)