uipath 2.0.82__py3-none-any.whl → 2.0.83__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/cli_pack.py +1 -1
- {uipath-2.0.82.dist-info → uipath-2.0.83.dist-info}/METADATA +1 -1
- {uipath-2.0.82.dist-info → uipath-2.0.83.dist-info}/RECORD +6 -6
- {uipath-2.0.82.dist-info → uipath-2.0.83.dist-info}/WHEEL +0 -0
- {uipath-2.0.82.dist-info → uipath-2.0.83.dist-info}/entry_points.txt +0 -0
- {uipath-2.0.82.dist-info → uipath-2.0.83.dist-info}/licenses/LICENSE +0 -0
uipath/_cli/cli_pack.py
CHANGED
@@ -264,7 +264,7 @@ def pack_fn(
|
|
264
264
|
console.error("uipath.json not found, please run `uipath init`.")
|
265
265
|
|
266
266
|
# Define the allowlist of file extensions to include
|
267
|
-
file_extensions_included = [".py", ".mermaid", ".json", ".yaml", ".yml"]
|
267
|
+
file_extensions_included = [".py", ".mermaid", ".json", ".yaml", ".yml", ".md"]
|
268
268
|
files_included = []
|
269
269
|
|
270
270
|
with open(config_path, "r") as f:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.83
|
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
|
@@ -11,7 +11,7 @@ uipath/_cli/cli_deploy.py,sha256=KPCmQ0c_NYD5JofSDao5r6QYxHshVCRxlWDVnQvlp5w,645
|
|
11
11
|
uipath/_cli/cli_init.py,sha256=SmB7VplpXRSa5sgqgzojNsZDw0zfsEi2TfkMx3eQpTo,5132
|
12
12
|
uipath/_cli/cli_invoke.py,sha256=FurosrZNGlmANIrplKWhw3EQ1b46ph5Z2rPwVaYJgmc,4001
|
13
13
|
uipath/_cli/cli_new.py,sha256=9378NYUBc9j-qKVXV7oja-jahfJhXBg8zKVyaon7ctY,2102
|
14
|
-
uipath/_cli/cli_pack.py,sha256=
|
14
|
+
uipath/_cli/cli_pack.py,sha256=w28gobcVROX426QzjzJtY_6YPtNzcBQmMxnfJBi4Dms,20991
|
15
15
|
uipath/_cli/cli_publish.py,sha256=QT17JTClAyLve6ZjB-WvQaJ-j4DdmNneV_eDRyXjeeQ,6578
|
16
16
|
uipath/_cli/cli_run.py,sha256=zYg-9U6mkofdGsE0IGjYi1dOMlG8CdBxiVGxfFiLq5Y,5882
|
17
17
|
uipath/_cli/middlewares.py,sha256=f7bVODO9tgdtWNepG5L58-B-VgBSU6Ek2tIU6wLz0xA,4905
|
@@ -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.0.
|
99
|
-
uipath-2.0.
|
100
|
-
uipath-2.0.
|
101
|
-
uipath-2.0.
|
102
|
-
uipath-2.0.
|
98
|
+
uipath-2.0.83.dist-info/METADATA,sha256=G0Pwi-HCjRa3t7ONg82nhik2X58ZfINGDR3OGFmldtI,6462
|
99
|
+
uipath-2.0.83.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
100
|
+
uipath-2.0.83.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
101
|
+
uipath-2.0.83.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
102
|
+
uipath-2.0.83.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|