uipath 2.1.67__py3-none-any.whl → 2.1.68__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.
@@ -29,6 +29,7 @@ from ..._runtime._contracts import (
29
29
  UiPathRuntimeFactory,
30
30
  UiPathRuntimeStatus,
31
31
  )
32
+ from ..._utils._common import load_environment_variables
32
33
  from ._components._details import RunDetailsPanel
33
34
  from ._components._history import RunHistoryPanel
34
35
  from ._components._new import NewRunPanel
@@ -210,6 +211,8 @@ class UiPathDevTerminal(App[Any]):
210
211
 
211
212
  async def _execute_runtime(self, run: ExecutionRun):
212
213
  """Execute the script using UiPath runtime."""
214
+ load_environment_variables()
215
+
213
216
  try:
214
217
  context: UiPathRuntimeContext = self.runtime_factory.new_context(
215
218
  entrypoint=run.entrypoint,
@@ -222,7 +225,9 @@ class UiPathDevTerminal(App[Any]):
222
225
  ),
223
226
  chat_handler=RunContextChatHandler(
224
227
  run_id=run.id, callback=self._handle_chat_event
225
- ),
228
+ )
229
+ if run.conversational
230
+ else None,
226
231
  )
227
232
 
228
233
  if run.status == "suspended":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.1.67
3
+ Version: 2.1.68
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
@@ -32,7 +32,7 @@ uipath/_cli/_auth/auth_config.json,sha256=UnAhdum8phjuZaZKE5KLp0IcPCbIltDEU1M_G8
32
32
  uipath/_cli/_auth/index.html,sha256=uGK0CDTP8Rys_p4O_Pbd2x4tz0frKNVcumjrXnal5Nc,22814
33
33
  uipath/_cli/_auth/localhost.crt,sha256=oGl9oLLOiouHubAt39B4zEfylFvKEtbtr_43SIliXJc,1226
34
34
  uipath/_cli/_auth/localhost.key,sha256=X31VYXD8scZtmGA837dGX5l6G-LXHLo5ItWJhZXaz3c,1679
35
- uipath/_cli/_dev/_terminal/__init__.py,sha256=35nz6kTZyWSM9pP-FsXq8VXo6r1iM8rRUtqOqYahFLc,13271
35
+ uipath/_cli/_dev/_terminal/__init__.py,sha256=q3vn6JhXCmLNc-5j17YqB2a22-ttD2iccUpyKcPryxY,13430
36
36
  uipath/_cli/_dev/_terminal/_components/_chat.py,sha256=NLRoy49QScHiI-q0FGykkaU8ajv1d23fx7issSALcFA,4119
37
37
  uipath/_cli/_dev/_terminal/_components/_details.py,sha256=FbLYtJ56gqHV6CIrpzO_n9Sk_YNg4nzRKTSsbj-DBPQ,17257
38
38
  uipath/_cli/_dev/_terminal/_components/_history.py,sha256=dcT9tohEwpUaLGi7VWu5d-mDIF45UxFzN2Yvdf5N-eM,2691
@@ -156,8 +156,8 @@ uipath/tracing/_traced.py,sha256=yBIY05PCCrYyx50EIHZnwJaKNdHPNx-YTR1sHQl0a98,199
156
156
  uipath/tracing/_utils.py,sha256=qd7N56tg6VXQ9pREh61esBgUWLNA0ssKsE0QlwrRWFM,11974
157
157
  uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
158
158
  uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
159
- uipath-2.1.67.dist-info/METADATA,sha256=l-1OOoU7DUoo1PenVsoRIorYjP0wFq861zJeP4obFVs,6482
160
- uipath-2.1.67.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
161
- uipath-2.1.67.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
162
- uipath-2.1.67.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
163
- uipath-2.1.67.dist-info/RECORD,,
159
+ uipath-2.1.68.dist-info/METADATA,sha256=OCkfgVGObNPCBdNKlOpLLygiWar399jsvc4Cvr3y2g0,6482
160
+ uipath-2.1.68.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
161
+ uipath-2.1.68.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
162
+ uipath-2.1.68.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
163
+ uipath-2.1.68.dist-info/RECORD,,