Skip to content

Commit 39e0570

Browse files
committed
fix: add bedrock,vertex extras to llamaindex scaffold deps
1 parent c017a26 commit 39e0570

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/uipath-llamaindex/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-llamaindex"
3-
version = "0.5.15"
3+
version = "0.5.16"
44
description = "Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-llamaindex/src/uipath_llamaindex/_cli/cli_new.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ def generate_pyproject(target_directory, project_name):
3131
description = "{project_name}"
3232
authors = [{{ name = "John Doe", email = "john.doe@myemail.com" }}]
3333
dependencies = [
34-
"uipath-llamaindex>=0.5.0, <0.6.0",
35-
"llama-index-llms-openai>=0.6.10"
34+
"uipath-llamaindex[bedrock,vertex]>=0.5.0, <0.6.0",
3635
]
3736
requires-python = ">=3.11"
3837
"""

packages/uipath-llamaindex/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)