uipath 2.1.2__py3-none-any.whl → 2.1.3__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.
- uipath/_cli/middlewares.py +2 -2
- {uipath-2.1.2.dist-info → uipath-2.1.3.dist-info}/METADATA +1 -1
- {uipath-2.1.2.dist-info → uipath-2.1.3.dist-info}/RECORD +6 -6
- {uipath-2.1.2.dist-info → uipath-2.1.3.dist-info}/WHEEL +0 -0
- {uipath-2.1.2.dist-info → uipath-2.1.3.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.2.dist-info → uipath-2.1.3.dist-info}/licenses/LICENSE +0 -0
uipath/_cli/middlewares.py
CHANGED
@@ -126,9 +126,9 @@ class Middlewares:
|
|
126
126
|
register_func()
|
127
127
|
logger.info(f"Loaded middleware plugin: {entry_point.name}")
|
128
128
|
except Exception as e:
|
129
|
-
|
129
|
+
console.error(
|
130
130
|
f"Failed to load middleware plugin {entry_point.name}: {str(e)}",
|
131
|
-
|
131
|
+
include_traceback=True,
|
132
132
|
)
|
133
133
|
else:
|
134
134
|
logger.info("No middleware plugins found")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.3
|
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
|
@@ -14,7 +14,7 @@ uipath/_cli/cli_new.py,sha256=9378NYUBc9j-qKVXV7oja-jahfJhXBg8zKVyaon7ctY,2102
|
|
14
14
|
uipath/_cli/cli_pack.py,sha256=P7tX3CJg2fzoLhPMHbr6m1fKXWRv2QkyIGgNM1MajT0,20978
|
15
15
|
uipath/_cli/cli_publish.py,sha256=QT17JTClAyLve6ZjB-WvQaJ-j4DdmNneV_eDRyXjeeQ,6578
|
16
16
|
uipath/_cli/cli_run.py,sha256=cTZYWJkGk2ruk6RRJBXII9J6VjpgGmysv_KlKI1JMHo,6446
|
17
|
-
uipath/_cli/middlewares.py,sha256=
|
17
|
+
uipath/_cli/middlewares.py,sha256=CN-QqV69zZPI-hvizvEIb-zTcNh9WjsZIYCF3_nHSio,4915
|
18
18
|
uipath/_cli/spinner.py,sha256=bS-U_HA5yne11ejUERu7CQoXmWdabUD2bm62EfEdV8M,1107
|
19
19
|
uipath/_cli/_auth/_auth_server.py,sha256=p93_EvJpdoLLkiVmLygHRKo9ru1-PZOEAaEhNFN3j6c,6424
|
20
20
|
uipath/_cli/_auth/_client_credentials.py,sha256=eENVb54-uzEqi7bC5VNjsiULW4fSfs-sK0kgUjRKorA,5412
|
@@ -95,8 +95,8 @@ uipath/tracing/_traced.py,sha256=qeVDrds2OUnpdUIA0RhtF0kg2dlAZhyC1RRkI-qivTM,185
|
|
95
95
|
uipath/tracing/_utils.py,sha256=ZeensQexnw69jVcsVrGyED7mPlAU-L1agDGm6_1A3oc,10388
|
96
96
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
97
97
|
uipath/utils/_endpoints_manager.py,sha256=hiGEu6vyfQJoeiiql6w21TNiG6tADUfXlVBimxPU1-Q,4160
|
98
|
-
uipath-2.1.
|
99
|
-
uipath-2.1.
|
100
|
-
uipath-2.1.
|
101
|
-
uipath-2.1.
|
102
|
-
uipath-2.1.
|
98
|
+
uipath-2.1.3.dist-info/METADATA,sha256=c6ZrTqWnqHX5IxItucH3tjrPgEWysnmw7xFrFvBGXl0,6366
|
99
|
+
uipath-2.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
100
|
+
uipath-2.1.3.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
101
|
+
uipath-2.1.3.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
102
|
+
uipath-2.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|