Skip to content

Commit 7e918c1

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 7e918c1

3 files changed

Lines changed: 3 additions & 3 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"

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)