uipath 2.0.43__py3-none-any.whl → 2.0.44__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.

Potentially problematic release.


This version of uipath might be problematic. Click here for more details.

@@ -51,7 +51,7 @@ class BucketsService(FolderContext, BaseService):
51
51
  Exception: If the bucket with the specified key is not found.
52
52
  """
53
53
  bucket = self.retrieve(
54
- name, key, folder_key=folder_key, folder_path=folder_path
54
+ name=name, key=key, folder_key=folder_key, folder_path=folder_path
55
55
  )
56
56
  spec = self._retrieve_readUri_spec(
57
57
  bucket, blob_file_path, folder_key=folder_key, folder_path=folder_path
@@ -108,7 +108,7 @@ class BucketsService(FolderContext, BaseService):
108
108
  Exception: If the bucket with the specified key or name is not found.
109
109
  """
110
110
  bucket = self.retrieve(
111
- name, key, folder_key=folder_key, folder_path=folder_path
111
+ name=name, key=key, folder_key=folder_key, folder_path=folder_path
112
112
  )
113
113
 
114
114
  bucket_id = bucket["Id"]
@@ -171,7 +171,7 @@ class BucketsService(FolderContext, BaseService):
171
171
  Exception: If the bucket with the specified key or name is not found.
172
172
  """
173
173
  bucket = await self.retrieve_async(
174
- name, key, folder_key=folder_key, folder_path=folder_path
174
+ name=name, key=key, folder_key=folder_key, folder_path=folder_path
175
175
  )
176
176
 
177
177
  bucket_id = bucket["Id"]
@@ -242,7 +242,7 @@ class BucketsService(FolderContext, BaseService):
242
242
  Exception: If the bucket with the specified key or name is not found.
243
243
  """
244
244
  bucket = self.retrieve(
245
- name, key, folder_key=folder_key, folder_path=folder_path
245
+ name=name, key=key, folder_key=folder_key, folder_path=folder_path
246
246
  )
247
247
  bucket_id = bucket["Id"]
248
248
 
@@ -306,7 +306,7 @@ class BucketsService(FolderContext, BaseService):
306
306
  Exception: If the bucket with the specified key or name is not found.
307
307
  """
308
308
  bucket = await self.retrieve_async(
309
- name, key, folder_key=folder_key, folder_path=folder_path
309
+ name=name, key=key, folder_key=folder_key, folder_path=folder_path
310
310
  )
311
311
 
312
312
  bucket_id = bucket["Id"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.0.43
3
+ Version: 2.0.44
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
@@ -44,7 +44,7 @@ uipath/_services/_base_service.py,sha256=M8_fbAr303k6HF6HqsN00TROaYQQP7sv_GfxGRo
44
44
  uipath/_services/actions_service.py,sha256=DaWXbbLHVC-bVtxhMBm3Zfhx6IP8s9mviOTgK5g_CAQ,15883
45
45
  uipath/_services/api_client.py,sha256=1hYLc_90dQzCGnqqirEHpPqvL3Gkv2sSKoeOV_iTmlk,2903
46
46
  uipath/_services/assets_service.py,sha256=TXuL8dHCVLHb3AC2QixrwGz0Rjs70GHKTKg-S20sA_U,11115
47
- uipath/_services/buckets_service.py,sha256=PYZdGdgxwFYwpvZMzfWzps46O1FZ4QanfhzjvNnm5x0,17414
47
+ uipath/_services/buckets_service.py,sha256=P6p0oQTUGA8TBN02FFrq8stgF0o5oEFen1R1bgVgnKw,17459
48
48
  uipath/_services/connections_service.py,sha256=qh-HNL_GJsyPUD0wSJZRF8ZdrTE9l4HrIilmXGK6dDk,4581
49
49
  uipath/_services/context_grounding_service.py,sha256=bIIXDpNoryjP_qfukG7208x3XySlVxbgyYEkAvTCxNw,24049
50
50
  uipath/_services/folder_service.py,sha256=HtsBoBejvMuIZ-9gocAG9B8uKOFsAAD4WUozta-isXk,1673
@@ -79,8 +79,8 @@ uipath/tracing/__init__.py,sha256=GimSzv6qkCOlHOG1WtjYKJsZqcXpA28IgoXfR33JhiA,13
79
79
  uipath/tracing/_otel_exporters.py,sha256=x0PDPmDKJcxashsuehVsSsqBCzRr6WsNFaq_3_HS5F0,3014
80
80
  uipath/tracing/_traced.py,sha256=GFxOp73jk0vGTN_H7YZOOsEl9rVLaEhXGztMiYKIA-8,16634
81
81
  uipath/tracing/_utils.py,sha256=5SwsTGpHkIouXBndw-u8eCLnN4p7LM8DsTCCuf2jJgs,10165
82
- uipath-2.0.43.dist-info/METADATA,sha256=NyfFqNSroqPWGYy-l7WaMWf7K7w0wMziFES7kVdWNbg,6254
83
- uipath-2.0.43.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
- uipath-2.0.43.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
85
- uipath-2.0.43.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
86
- uipath-2.0.43.dist-info/RECORD,,
82
+ uipath-2.0.44.dist-info/METADATA,sha256=hYMghdHmCs3zY4L-wPwibeA2Lva5dF9Et1T-KV5rDBw,6254
83
+ uipath-2.0.44.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
+ uipath-2.0.44.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
85
+ uipath-2.0.44.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
86
+ uipath-2.0.44.dist-info/RECORD,,