uipath 2.1.29__py3-none-any.whl → 2.1.30__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/_runtime/_contracts.py +1 -1
- {uipath-2.1.29.dist-info → uipath-2.1.30.dist-info}/METADATA +1 -1
- {uipath-2.1.29.dist-info → uipath-2.1.30.dist-info}/RECORD +6 -6
- {uipath-2.1.29.dist-info → uipath-2.1.30.dist-info}/WHEEL +0 -0
- {uipath-2.1.29.dist-info → uipath-2.1.30.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.29.dist-info → uipath-2.1.30.dist-info}/licenses/LICENSE +0 -0
@@ -523,7 +523,7 @@ class UiPathRuntimeFactory(Generic[T, C]):
|
|
523
523
|
def add_instrumentor(
|
524
524
|
self,
|
525
525
|
instrumentor_class: Type[BaseInstrumentor],
|
526
|
-
get_current_span_func: Callable[[],
|
526
|
+
get_current_span_func: Callable[[], Any],
|
527
527
|
) -> "UiPathRuntimeFactory[T, C]":
|
528
528
|
"""Add and instrument immediately."""
|
529
529
|
instrumentor_class().instrument(tracer_provider=self.tracer_provider)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.30
|
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/_models/__init__.py,sha256=Ewjp3u2YeTH2MmzY9LWf7EIbAoIf_nW9fM
|
|
54
54
|
uipath/_cli/_evals/_models/_evaluation_set.py,sha256=tVHykSget-G3sOCs9bSchMYUTpFqzXVlYYbY8L9SI0c,1518
|
55
55
|
uipath/_cli/_evals/_models/_evaluators.py,sha256=l57NEVyYmzSKuoIXuGkE94Br01hAMg35fiS2MlTkaQM,2115
|
56
56
|
uipath/_cli/_push/sw_file_handler.py,sha256=NTXITAs0qzmQyFnnSbq8HW16TGxzkqtgs4tWS1H5A2U,18090
|
57
|
-
uipath/_cli/_runtime/_contracts.py,sha256=
|
57
|
+
uipath/_cli/_runtime/_contracts.py,sha256=ays9ki4PQjdiy_z_kuR_Z0mHYVy_MZ6DvBG6g_thW-w,20818
|
58
58
|
uipath/_cli/_runtime/_escalation.py,sha256=x3vI98qsfRA-fL_tNkRVTFXioM5Gv2w0GFcXJJ5eQtg,7981
|
59
59
|
uipath/_cli/_runtime/_hitl.py,sha256=aexwe0dIXvh6SlVS1jVnO_aGZc6e3gLsmGkCyha5AHo,11300
|
60
60
|
uipath/_cli/_runtime/_logging.py,sha256=MGklGKPjYKjs7J5Jy9eplA9zCDsdtEbkZdCbTwgut_4,8311
|
@@ -126,8 +126,8 @@ uipath/tracing/_traced.py,sha256=qeVDrds2OUnpdUIA0RhtF0kg2dlAZhyC1RRkI-qivTM,185
|
|
126
126
|
uipath/tracing/_utils.py,sha256=wJRELaPu69iY0AhV432Dk5QYf_N_ViRU4kAUG1BI1ew,10384
|
127
127
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
128
128
|
uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
|
129
|
-
uipath-2.1.
|
130
|
-
uipath-2.1.
|
131
|
-
uipath-2.1.
|
132
|
-
uipath-2.1.
|
133
|
-
uipath-2.1.
|
129
|
+
uipath-2.1.30.dist-info/METADATA,sha256=cdYoQSTtuOZwpUqBNnllIyY0sZ5sdI6upc7x9X7a8RM,6450
|
130
|
+
uipath-2.1.30.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
131
|
+
uipath-2.1.30.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
132
|
+
uipath-2.1.30.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
133
|
+
uipath-2.1.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|