Skip to content

Commit ae5e8de

Browse files
committed
chore: add agentservice source on job invocation
1 parent 4b6fcbc commit ae5e8de

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/uipath-platform/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-platform"
3-
version = "0.1.38"
3+
version = "0.1.39"
44
description = "HTTP client library for programmatic access to UiPath Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

packages/uipath-platform/src/uipath/platform/orchestrator/_processes_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _invoke_spec(
321321
parent_operation_id: Optional[str] = None,
322322
run_as_me: Optional[bool] = None,
323323
) -> RequestSpec:
324-
payload: Dict[str, Any] = {"ReleaseName": name, **(input_data or {})}
324+
payload: Dict[str, Any] = {"ReleaseName": name, **(input_data or {}), "Source": "AgentService"}
325325
self._add_tracing(payload, UiPathConfig.trace_id, parent_span_id)
326326

327327
if parent_operation_id:

packages/uipath-platform/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.

packages/uipath/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"uipath-core>=0.5.8, <0.6.0",
99
"uipath-runtime>=0.10.1, <0.11.0",
10-
"uipath-platform>=0.1.13, <0.2.0",
10+
"uipath-platform>=0.1.39, <0.2.0",
1111
"click>=8.3.1",
1212
"httpx>=0.28.1",
1313
"pyjwt>=2.10.1",

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)