Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7f759cb
fix: use argumentProperties in context_tool [ECS-1658]
gcuip Mar 9, 2026
f1ba0de
chore: bump version
gcuip Mar 9, 2026
f926e84
chore: lint
gcuip Mar 9, 2026
5c7aa20
chore: bump uipath sdk
gcuip Mar 9, 2026
bd7c5de
fix: old broken tests
gcuip Mar 9, 2026
1642375
Merge branch 'main' into fix/ECS-1658-context-tool-argumentProperties…
gcuip Mar 11, 2026
2bdcf34
feat: switch to unified search and add support for folder prefix [ECS…
gcuip Mar 11, 2026
b75e76f
chore: expose search_id
gcuip Mar 11, 2026
647725c
fix: support query of type prompt argument
gcuip Mar 11, 2026
ec55c08
feat: add support for threshold param
gcuip Mar 11, 2026
2c6e66e
chore: lint
gcuip Mar 11, 2026
e152ed6
chore: bump uipath-platform
gcuip Mar 12, 2026
9c750ed
Merge branch 'main' into fix/ECS-1658-context-tool-argumentProperties…
gcuip Mar 12, 2026
96531b4
chore: lint tests
gcuip Mar 12, 2026
ffe0f2a
fix: tests
gcuip Mar 12, 2026
68f89e0
chore: use AgentToolArgumentProperties; resolve folder_path_prefix fr…
gcuip Mar 13, 2026
d310a6e
Merge branch 'main' into fix/ECS-1658-context-tool-argumentProperties…
gcuip Mar 13, 2026
25b9e2f
chore: mergefix - add various asserts
gcuip Mar 13, 2026
91fa8b6
fix: lint
gcuip Mar 13, 2026
bbcbf3c
chore: update deps
gcuip Mar 13, 2026
6ae1cc3
chore: _resolved_arg_folder_prefix as str | None
gcuip Mar 13, 2026
af53c0c
chore: tests cleanup
gcuip Mar 13, 2026
fb5d653
chore: lint
gcuip Mar 13, 2026
9adeb6f
Merge branch 'main' into fix/ECS-1658-context-tool-argumentProperties…
gcuip Mar 13, 2026
dc720e9
Merge branch 'main' into fix/ECS-1658-context-tool-argumentProperties…
gcuip Mar 13, 2026
e2bddbb
chore: bump version
gcuip Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "uipath-langchain"
version = "0.8.20"
version = "0.8.21"
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
dependencies = [
"uipath>=2.10.0, <2.11.0",
"uipath-core>=0.5.2, <0.6.0",
"uipath-platform>=0.0.18, <0.1.0",
"uipath-platform>=0.0.23, <0.1.0",
"uipath-runtime>=0.9.1, <0.10.0",
"langgraph>=1.0.0, <2.0.0",
"langchain-core>=1.2.11, <2.0.0",
Expand Down
Loading
Loading