uipath 2.1.43__py3-none-any.whl → 2.1.44__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.
@@ -102,7 +102,7 @@ class UiPathEvalRuntime(UiPathBaseRuntime, Generic[T, C]):
102
102
  self.factory.add_span_exporter(self.span_exporter)
103
103
 
104
104
  @classmethod
105
- def from__eval_context(
105
+ def from_eval_context(
106
106
  cls,
107
107
  context: "UiPathEvalContext[C]",
108
108
  factory: "UiPathRuntimeFactory[T, C]",
uipath/_cli/cli_eval.py CHANGED
@@ -73,7 +73,7 @@ def eval_agent_middleware(
73
73
  )
74
74
 
75
75
  async def execute():
76
- async with UiPathEvalRuntime.from__eval_context(
76
+ async with UiPathEvalRuntime.from_eval_context(
77
77
  factory=runtime_factory, context=generate_eval_context(context)
78
78
  ) as eval_runtime:
79
79
  await eval_runtime.execute()
uipath/_cli/cli_run.py CHANGED
@@ -64,7 +64,7 @@ Usage: `uipath run <entrypoint_path> <input_arguments> [-f <input_json_file_path
64
64
  UiPathRuntimeContextBuilder()
65
65
  .with_defaults(**kwargs)
66
66
  .with_entrypoint(entrypoint)
67
- .with_input(input)
67
+ .with_input(input, input_file=kwargs.get("input_file"))
68
68
  .with_resume(resume)
69
69
  .build()
70
70
  )
uipath/models/errors.py CHANGED
@@ -1,7 +1,7 @@
1
1
  class BaseUrlMissingError(Exception):
2
2
  def __init__(
3
3
  self,
4
- message="Authentication required. Please run \033[1muipath auth\033[22m.",
4
+ message="Authentication required. Please run \033[1muipath auth\033[22m or set the base URL via the UIPATH_URL environment variable.",
5
5
  ):
6
6
  self.message = message
7
7
  super().__init__(self.message)
@@ -10,7 +10,7 @@ class BaseUrlMissingError(Exception):
10
10
  class SecretMissingError(Exception):
11
11
  def __init__(
12
12
  self,
13
- message="Authentication required. Please run \033[1muipath auth\033[22m.",
13
+ message="Authentication required. Please run \033[1muipath auth\033[22m or set the UIPATH_ACCESS_TOKEN environment variable to a valid access token.",
14
14
  ):
15
15
  self.message = message
16
16
  super().__init__(self.message)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.1.43
3
+ Version: 2.1.44
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
@@ -9,7 +9,7 @@ uipath/_cli/__init__.py,sha256=kf4GINkunFGMZkTk2Z4f1Q3-OsxpNnV6u_9BsBt1i0E,2229
9
9
  uipath/_cli/cli_auth.py,sha256=i3ykLlCg68xgPXHHaa0agHwGFIiLiTLzOiF6Su8XaEo,2436
10
10
  uipath/_cli/cli_deploy.py,sha256=KPCmQ0c_NYD5JofSDao5r6QYxHshVCRxlWDVnQvlp5w,645
11
11
  uipath/_cli/cli_dev.py,sha256=JRzXrAUM_sj6FCVG-VveYADTwR8yQ330SgYs3LgbvJc,2104
12
- uipath/_cli/cli_eval.py,sha256=7LppLveRyloOXWJy-6xx32CHe_xnQ2kTvkuRirgAmYI,4526
12
+ uipath/_cli/cli_eval.py,sha256=ZXCwjNBgp-aROIA9hcl2w5eqsrxWJAteAPmWs4hEwKQ,4525
13
13
  uipath/_cli/cli_init.py,sha256=ls577uNm2zWccknIhtVFS3ah2ds0QSy2_TgMp6z7Wt4,6049
14
14
  uipath/_cli/cli_invoke.py,sha256=4jyhqcy7tPrpxvaUhW-9gut6ddsCGMdJJcpOXXmIe8g,4348
15
15
  uipath/_cli/cli_new.py,sha256=9378NYUBc9j-qKVXV7oja-jahfJhXBg8zKVyaon7ctY,2102
@@ -17,7 +17,7 @@ uipath/_cli/cli_pack.py,sha256=NmwZTfwZ2fURiHyiX1BM0juAtBOjPB1Jmcpu-rD7p-4,11025
17
17
  uipath/_cli/cli_publish.py,sha256=FmBCdeh4zFaESOLfzTTPxGcOwUtsQ_WkvF_fjHEdU8s,6448
18
18
  uipath/_cli/cli_pull.py,sha256=vwS0KMX6O2L6RaPy8tw_qzXe4dC7kf_G6nbLm0I62eI,6831
19
19
  uipath/_cli/cli_push.py,sha256=-j-gDIbT8GyU2SybLQqFl5L8KI9nu3CDijVtltDgX20,3132
20
- uipath/_cli/cli_run.py,sha256=njT0AIHUE8Uk_j5YbtvM71Z4WwB3659a9-GYn22wCdY,6502
20
+ uipath/_cli/cli_run.py,sha256=C0V7Tt_kYAk2vbQO7hVE6DRUqZW1Xo35LgqhnQhF3Ng,6539
21
21
  uipath/_cli/middlewares.py,sha256=GvMhDnx1BmA7rIe12s6Uqv1JdqNZhvraU0a91oqGag4,4976
22
22
  uipath/_cli/spinner.py,sha256=bS-U_HA5yne11ejUERu7CQoXmWdabUD2bm62EfEdV8M,1107
23
23
  uipath/_cli/_auth/_auth_server.py,sha256=22km0F1NFNXgyLbvtAx3ssiQlVGHroLdtDCWEqiCiMg,7106
@@ -44,7 +44,7 @@ uipath/_cli/_dev/_terminal/_styles/terminal.tcss,sha256=ktVpKwXIXw2VZp8KIZD6fO9i
44
44
  uipath/_cli/_dev/_terminal/_utils/_chat.py,sha256=YUZxYVdmEManwHDuZsczJT1dWIYE1dVBgABlurwMFcE,8493
45
45
  uipath/_cli/_dev/_terminal/_utils/_exporter.py,sha256=oI6D_eMwrh_2aqDYUh4GrJg8VLGrLYhDahR-_o0uJns,4144
46
46
  uipath/_cli/_dev/_terminal/_utils/_logger.py,sha256=jeNShEED27cNIHTe_NNx-2kUiXpSLTmi0onM6tVkqRM,888
47
- uipath/_cli/_evals/_runtime.py,sha256=vGoTmyQYh0UKiKQqO86k9jc8xOC7F4vkrVqW1h-81O0,5949
47
+ uipath/_cli/_evals/_runtime.py,sha256=PEMaW7EOHyyIgqDVMEdSKmGbRAO15HtZpzV4Jgmjuq0,5948
48
48
  uipath/_cli/_evals/progress_reporter.py,sha256=m1Dio1vG-04nFTFz5ijM_j1dhudlgOzQukmTkkg6wS4,11490
49
49
  uipath/_cli/_evals/_evaluators/__init__.py,sha256=jD7KNLjbsUpsESFXX11eW2MEPXDNuPp2-t-IPB-inlM,734
50
50
  uipath/_cli/_evals/_evaluators/_deterministic_evaluator_base.py,sha256=BTl0puBjp9iCsU3YFfYWqk4TOz4iE19O3q1-dK6qUOI,1723
@@ -128,7 +128,7 @@ uipath/models/buckets.py,sha256=N3Lj_dVCv709-ywhOOdyCSvsuLn41eGuAfSiik6Q6F8,1285
128
128
  uipath/models/connections.py,sha256=Kej_t2mH-JOomf8pDXPWW1SrvOd8OraOjOH0nKBrVlU,2598
129
129
  uipath/models/context_grounding.py,sha256=S9PeOlFlw7VxzzJVR_Fs28OObW3MLHUPCFqNgkEz24k,1315
130
130
  uipath/models/context_grounding_index.py,sha256=0ADlH8fC10qIbakgwU89pRVawzJ36TiSDKIqOhUdhuA,2580
131
- uipath/models/errors.py,sha256=gPyU4sKYn57v03aOVqm97mnU9Do2e7bwMQwiSQVp9qc,461
131
+ uipath/models/errors.py,sha256=WCxxHBlLzLF17YxjqsFkkyBLwEQM_dc6fFU5qmBjD4A,597
132
132
  uipath/models/exceptions.py,sha256=F0ITAhJsl6Agvmnv4nxvgY5oC_lrYIlxWTLs0yx859M,1636
133
133
  uipath/models/interrupt_models.py,sha256=UzuVTMVesI204YQ4qFQFaN-gN3kksddkrujofcaC7zQ,881
134
134
  uipath/models/job.py,sha256=wH6Nw01NPEGn_pkQFSPID74Oabv0u48P6KW6laO4FoU,3243
@@ -144,8 +144,8 @@ uipath/tracing/_traced.py,sha256=qeVDrds2OUnpdUIA0RhtF0kg2dlAZhyC1RRkI-qivTM,185
144
144
  uipath/tracing/_utils.py,sha256=wJRELaPu69iY0AhV432Dk5QYf_N_ViRU4kAUG1BI1ew,10384
145
145
  uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
146
146
  uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
147
- uipath-2.1.43.dist-info/METADATA,sha256=dSZ_ZJS_dS7cymiRVNLerbSkiltPKaEFBhJnW4hsJ8A,6482
148
- uipath-2.1.43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
149
- uipath-2.1.43.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
150
- uipath-2.1.43.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
151
- uipath-2.1.43.dist-info/RECORD,,
147
+ uipath-2.1.44.dist-info/METADATA,sha256=63AwBAFGwMtIvk-7t6s5vuZ6YZoSG1vPyX-JIYtVkUo,6482
148
+ uipath-2.1.44.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
149
+ uipath-2.1.44.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
150
+ uipath-2.1.44.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
151
+ uipath-2.1.44.dist-info/RECORD,,