Skip to content

Commit fb45cdb

Browse files
radugheoclaude
andcommitted
chore: update pyproject template version to current minor interval
Bump uipath-llamaindex package version to 0.5.3 and update the cli new template to generate projects pinned to the current minor interval (>=0.5.0, <0.6.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 605e648 commit fb45cdb

2 files changed

Lines changed: 2 additions & 2 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.2"
3+
version = "0.5.3"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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.1.0",
34+
"uipath-llamaindex>=0.5.0, <0.6.0",
3535
"llama-index-llms-openai>=0.6.10"
3636
]
3737
requires-python = ">=3.11"

0 commit comments

Comments
 (0)