Skip to content

Commit 077915e

Browse files
AAgnihotryclaude
andcommitted
chore: update line-by-line sample to exact version 2.10.30.dev1014815580
Updated the sample project to use the exact TestPyPI version instead of a version range for reproducible builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c2c050e commit 077915e

3 files changed

Lines changed: 24 additions & 104 deletions

File tree

packages/uipath/samples/line_by_line_test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample uses the UiPath package from TestPyPI:
2626
uv sync
2727

2828
# Or manually install
29-
uv pip install --index-url https://test.pypi.org/simple/ "uipath>=2.10.30.dev1014810000,<2.10.30.dev1014820000"
29+
uv pip install --index-url https://test.pypi.org/simple/ "uipath==2.10.30.dev1014815580"
3030
```
3131

3232
## Usage

packages/uipath/samples/line_by_line_test/pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ description = "Sample agent demonstrating line-by-line evaluation"
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath"
8+
# Exact version from TestPyPI with line-by-line evaluation support
9+
"uipath==2.10.30.dev1014815580"
910
]
1011

12+
[[tool.uv.index]]
13+
name = "testpypi"
14+
url = "https://test.pypi.org/simple/"
15+
publish-url = "https://test.pypi.org/legacy/"
16+
explicit = true
17+
1118
[tool.uv.sources]
12-
uipath = { path = "../..", editable = true }
19+
uipath = { index = "testpypi" }

packages/uipath/samples/line_by_line_test/uv.lock

Lines changed: 14 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)