uipath 2.1.0__py3-none-any.whl → 2.1.1__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.1.0.dist-info → uipath-2.1.1.dist-info}/METADATA +1 -1
- {uipath-2.1.0.dist-info → uipath-2.1.1.dist-info}/RECORD +6 -6
- {uipath-2.1.0.dist-info → uipath-2.1.1.dist-info}/WHEEL +0 -0
- {uipath-2.1.0.dist-info → uipath-2.1.1.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.0.dist-info → uipath-2.1.1.dist-info}/licenses/LICENSE +0 -0
uipath/_cli/cli_pack.py
CHANGED
@@ -347,7 +347,7 @@ def pack_fn(
|
|
347
347
|
z.writestr(f"content/{rel_path}", f.read())
|
348
348
|
|
349
349
|
# Handle optional files, conditionally including uv.lock
|
350
|
-
optional_files = ["pyproject.toml"
|
350
|
+
optional_files = ["pyproject.toml"]
|
351
351
|
if include_uv_lock:
|
352
352
|
optional_files.append("uv.lock")
|
353
353
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.1
|
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=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
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.1.
|
99
|
-
uipath-2.1.
|
100
|
-
uipath-2.1.
|
101
|
-
uipath-2.1.
|
102
|
-
uipath-2.1.
|
98
|
+
uipath-2.1.1.dist-info/METADATA,sha256=EABqoFhaZSUJwdjTHlq0nsidBA3V59LRMazKGOdRuSg,6366
|
99
|
+
uipath-2.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
100
|
+
uipath-2.1.1.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
101
|
+
uipath-2.1.1.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
102
|
+
uipath-2.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|