We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd973a9 commit 90671beCopy full SHA for 90671be
1 file changed
packages/uipath-llamaindex/samples/chat-agent/pyproject.toml
@@ -4,7 +4,7 @@ version = "0.0.1"
4
description = "chat-agent"
5
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
6
dependencies = [
7
- "uipath-llamaindex==0.5.6.dev1001950926",
+ "uipath-llamaindex==0.5.6.dev1001950927",
8
"llama-index-llms-openai>=0.6.10",
9
"llama-index-tools-tavily-research>=0.4.2",
10
"llama-index-llms-openai>=0.6.18"
@@ -14,7 +14,7 @@ requires-python = ">=3.11"
14
15
[dependency-groups]
16
dev = [
17
- "uipath-dev @ file:///C:/Users/gabriel.vasilescu/source/repos/uipath-dev-python",
+ "uipath-dev>=0.0.19",
18
]
19
20
[[tool.uv.index]]
0 commit comments