uipath 2.1.116__py3-none-any.whl → 2.1.117__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.

@@ -372,25 +372,27 @@ class UiPathEvalRuntime(UiPathBaseRuntime, Generic[T, C]):
372
372
  )
373
373
  except Exception as e:
374
374
  if self.context.verbose:
375
- error_info = UiPathErrorContract(
376
- code="RUNTIME_SHUTDOWN_ERROR",
377
- title="Runtime shutdown failed",
378
- detail=f"Error: {str(e)}",
379
- category=UiPathErrorCategory.UNKNOWN,
380
- )
381
- error_result = UiPathRuntimeResult(
382
- status=UiPathRuntimeStatus.FAULTED,
383
- error=error_info,
384
- )
385
375
  if isinstance(e, EvaluationRuntimeException):
386
376
  spans = e.spans
387
377
  logs = e.logs
388
378
  execution_time = e.execution_time
379
+ loggable_error = e.root_exception
389
380
  else:
390
381
  spans = []
391
382
  logs = []
392
383
  execution_time = 0
384
+ loggable_error = e
393
385
 
386
+ error_info = UiPathErrorContract(
387
+ code="RUNTIME_SHUTDOWN_ERROR",
388
+ title="Runtime shutdown failed",
389
+ detail=f"Error: {str(loggable_error)}",
390
+ category=UiPathErrorCategory.UNKNOWN,
391
+ )
392
+ error_result = UiPathRuntimeResult(
393
+ status=UiPathRuntimeStatus.FAULTED,
394
+ error=error_info,
395
+ )
394
396
  evaluation_run_results.agent_execution_output = (
395
397
  convert_eval_execution_output_to_serializable(
396
398
  UiPathEvalRunExecutionOutput(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.1.116
3
+ Version: 2.1.117
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
@@ -54,7 +54,7 @@ uipath/_cli/_evals/_evaluate.py,sha256=yRVhZ6uV58EV5Fv5X_K6425ZGsseQslnLe6FpIKy-
54
54
  uipath/_cli/_evals/_evaluator_factory.py,sha256=gPF9fRMZBOUPnJSM1fzQyXGHMGYQw_0VmHv-JOGbZf4,14348
55
55
  uipath/_cli/_evals/_helpers.py,sha256=dYHgkWxy2fOuqqZDtOKWKsZ1Ri4dn8qMnuB6DE-1MUk,6661
56
56
  uipath/_cli/_evals/_progress_reporter.py,sha256=qWMJZskfEjHOLKLL7FqhpraFaYAWpcqO2YFV7oAyBDY,33191
57
- uipath/_cli/_evals/_runtime.py,sha256=beT9cJIj0bcEtn4azTNXgTEz3_tO9Z8SvZDNno04O7I,25490
57
+ uipath/_cli/_evals/_runtime.py,sha256=rE2cD7_axKgKuwb2IxLvT0AwvyO-PQUHS-YU1Pg_Hys,25604
58
58
  uipath/_cli/_evals/_span_collection.py,sha256=RoKoeDFG2XODdlgI27ionCjU7LLD_C0LJJ3gu0wab10,779
59
59
  uipath/_cli/_evals/_models/_evaluation_set.py,sha256=7P6zIkgerGKHXL6rD1YHXFFWpyxCUpNu7AX71bAaNoE,7270
60
60
  uipath/_cli/_evals/_models/_evaluator.py,sha256=UXrN103gHJFw3MtVWlGwViQWAo2cICRR-n357zL6wTA,9369
@@ -224,8 +224,8 @@ uipath/tracing/_utils.py,sha256=zMjiKjNpSN3YQNEU4-u5AAvPtUsi8QuEqNLya89jfAU,1446
224
224
  uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
225
225
  uipath/utils/_endpoints_manager.py,sha256=tnF_FiCx8qI2XaJDQgYkMN_gl9V0VqNR1uX7iawuLp8,8230
226
226
  uipath/utils/dynamic_schema.py,sha256=w0u_54MoeIAB-mf3GmwX1A_X8_HDrRy6p998PvX9evY,3839
227
- uipath-2.1.116.dist-info/METADATA,sha256=ploEygHtDyYUY3KUmrmsEQTBOUofVLdCcKHQ2aQssRc,6626
228
- uipath-2.1.116.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
229
- uipath-2.1.116.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
230
- uipath-2.1.116.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
231
- uipath-2.1.116.dist-info/RECORD,,
227
+ uipath-2.1.117.dist-info/METADATA,sha256=i69OX4o8c_XeqRQzg8dZjLkI03RpWgb5VfoGT-hQMrQ,6626
228
+ uipath-2.1.117.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
229
+ uipath-2.1.117.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
230
+ uipath-2.1.117.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
231
+ uipath-2.1.117.dist-info/RECORD,,