Skip to content

Commit e67668c

Browse files
radugheoclaude
andcommitted
chore: update pyproject template version to current minor interval
Bump uipath package version to 2.10.58 and update the cli new template to generate projects pinned to the current minor interval (>=2.10.0, <2.11.0). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 94567e4 commit e67668c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/uipath/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"
3-
version = "2.10.57"
3+
version = "2.10.58"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath/src/uipath/_cli/cli_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def generate_pyproject(target_directory, project_name):
2828
description = "{project_name}"
2929
authors = [{{ name = "John Doe", email = "john.doe@myemail.com" }}]
3030
dependencies = [
31-
"uipath>=2.2.0, <2.3.0"
31+
"uipath>=2.10.0, <2.11.0"
3232
]
3333
requires-python = ">=3.11"
3434
"""

packages/uipath/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)