uipath 2.0.60__py3-none-any.whl → 2.0.61__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of uipath might be problematic. Click here for more details.

uipath/tracing/_utils.py CHANGED
@@ -134,6 +134,11 @@ class _SpanUtils:
134
134
  if otel_span.parent is not None:
135
135
  parent_id = _SpanUtils.span_id_to_uuid4(otel_span.parent.span_id)
136
136
 
137
+ parent_span_id_str = env.get("UIPATH_PARENT_SPAN_ID")
138
+
139
+ if parent_span_id_str:
140
+ parent_id = uuid.UUID(parent_span_id_str)
141
+
137
142
  # Convert attributes to a format compatible with UiPathSpan
138
143
  attributes_dict: dict[str, Any] = (
139
144
  dict(otel_span.attributes) if otel_span.attributes else {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.0.60
3
+ Version: 2.0.61
4
4
  Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
5
5
  Project-URL: Homepage, https://uipath.com
6
6
  Project-URL: Repository, https://github.com/UiPath/uipath-python
@@ -86,9 +86,9 @@ uipath/telemetry/_track.py,sha256=v0e3hgwtetMsUco4yosBzNU00Ek5SI9RxUTumrTTNyo,38
86
86
  uipath/tracing/__init__.py,sha256=GKRINyWdHVrDsI-8mrZDLdf0oey6GHGlNZTOADK-kgc,224
87
87
  uipath/tracing/_otel_exporters.py,sha256=x0PDPmDKJcxashsuehVsSsqBCzRr6WsNFaq_3_HS5F0,3014
88
88
  uipath/tracing/_traced.py,sha256=UL0TBqUexYb2PuUIY_am9l0TEeRGXFdxKEcDq5J-NXQ,16319
89
- uipath/tracing/_utils.py,sha256=s0fQPlkrnd484_pcHuNvW6-ElHiZH8mkfMkYFBfwnCQ,10234
90
- uipath-2.0.60.dist-info/METADATA,sha256=W7Qu6GntJ4Lja7zIIMFPNmCX_lNAdMDlMrb-cVYWp8c,6304
91
- uipath-2.0.60.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
92
- uipath-2.0.60.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
93
- uipath-2.0.60.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
94
- uipath-2.0.60.dist-info/RECORD,,
89
+ uipath/tracing/_utils.py,sha256=ZeensQexnw69jVcsVrGyED7mPlAU-L1agDGm6_1A3oc,10388
90
+ uipath-2.0.61.dist-info/METADATA,sha256=qh7FjyhDyqQPqGX8PmuQQ057AGljmoHCZKTGZtUZnlQ,6304
91
+ uipath-2.0.61.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
92
+ uipath-2.0.61.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
93
+ uipath-2.0.61.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
94
+ uipath-2.0.61.dist-info/RECORD,,