Skip to content

Commit 6e90892

Browse files
authored
Merge pull request #83 from UiPath/fix/update-cli-new
fix: update uipath-llamaindex version
2 parents 6e2bad9 + de18962 commit 6e90892

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-llamaindex"
3-
version = "0.0.37"
3+
version = "0.0.38"
44
description = "UiPath LlamaIndex SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath_llamaindex/_cli/cli_new.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def generate_pyproject(target_directory, project_name):
3131
description = "{project_name}"
3232
authors = [{{ name = "John Doe", email = "[email protected]" }}]
3333
dependencies = [
34-
"uipath-llamaindex>=0.0.27",
34+
"uipath-llamaindex>=0.0.38",
3535
"llama-index-llms-openai>=0.2.2"
3636
]
37-
requires-python = ">=3.10"
37+
requires-python = ">=3.11"
3838
"""
3939

4040
with open(project_toml_path, "w") as f:

0 commit comments

Comments
 (0)