You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ExecutionType and AgentVersion as top-level span properties
Extract executionType and agentVersion from OTEL span attributes
and expose them as top-level fields on UiPathSpan for LlmOps
compatibility.
- Add execution_type and agent_version fields to UiPathSpan dataclass
- Update to_dict() to return ExecutionType and AgentVersion keys
- Extract values in otel_span_to_uipath_span()
- Bump version to 2.4.16
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: JosephMar <Joseph.Mar@uipath.com>
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "uipath"
3
-
version = "2.4.15"
3
+
version = "2.4.16"
4
4
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
0 commit comments