Commit db26ce2
committed
fix(eval): close two adversarial-review findings
1. Pin uipath-platform>=0.1.43 in uipath/pyproject.toml. The new
UiPathConfig.agent_id / cloud_user_id properties only exist after the
0.1.43 bump; the old >=0.1.42 constraint allowed a skewed install
where uipath==2.10.61 calls AttributeError-raising properties.
2. Restrict the CLI telemetry AgentId override to the explicit
UIPATH_AGENT_ID env var instead of UiPathConfig.agent_id (which
falls back to project_id). Prevents silent regression of non-eval
CLI contexts that set UIPATH_PROJECT_ID — those continue to tag
AgentId from PROJECT_KEY as before.
Refs: AE-13961 parent bdf0ee3 commit db26ce2
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments