uipath 2.1.28__py3-none-any.whl → 2.1.29__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.
@@ -395,10 +395,8 @@ class SwFileHandler:
395
395
  return toml_data.get("authors", "").strip()
396
396
 
397
397
  try:
398
- entrypoints = [
399
- {"input": entrypoint["input"], "output": entrypoint["output"]}
400
- for entrypoint in uipath_config["entryPoints"]
401
- ]
398
+ input_schema = uipath_config["entryPoints"][0]["input"]
399
+ output_schema = uipath_config["entryPoints"][0]["output"]
402
400
  except (FileNotFoundError, KeyError) as e:
403
401
  self.console.error(
404
402
  f"Unable to extract entrypoints from configuration file. Please run 'uipath init' : {str(e)}",
@@ -417,10 +415,12 @@ class SwFileHandler:
417
415
  "author": author,
418
416
  "pushDate": datetime.now(timezone.utc).isoformat(),
419
417
  },
420
- "entryPoints": entrypoints,
418
+ "inputSchema": input_schema,
419
+ "outputSchema": output_schema,
421
420
  "bindings": uipath_config.get(
422
421
  "bindings", {"version": "2.0", "resources": []}
423
422
  ),
423
+ "settings": {},
424
424
  }
425
425
 
426
426
  existing = root_files.get("agent.json")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.1.28
3
+ Version: 2.1.29
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
@@ -53,7 +53,7 @@ uipath/_cli/_evals/_evaluators/_trajectory_evaluator.py,sha256=dnogQTOskpI4_cNF0
53
53
  uipath/_cli/_evals/_models/__init__.py,sha256=Ewjp3u2YeTH2MmzY9LWf7EIbAoIf_nW9fMYbj7pGlPs,420
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
- uipath/_cli/_push/sw_file_handler.py,sha256=5zAt03gSlni7RnJmZJP4d4RVC33u8lZWj3W9xwx-CFM,18064
56
+ uipath/_cli/_push/sw_file_handler.py,sha256=NTXITAs0qzmQyFnnSbq8HW16TGxzkqtgs4tWS1H5A2U,18090
57
57
  uipath/_cli/_runtime/_contracts.py,sha256=jYEKjWXFogMS8nO-ioUieP1X0mD4uQmDWOqDEmKMOEI,20829
58
58
  uipath/_cli/_runtime/_escalation.py,sha256=x3vI98qsfRA-fL_tNkRVTFXioM5Gv2w0GFcXJJ5eQtg,7981
59
59
  uipath/_cli/_runtime/_hitl.py,sha256=aexwe0dIXvh6SlVS1jVnO_aGZc6e3gLsmGkCyha5AHo,11300
@@ -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.28.dist-info/METADATA,sha256=IHdsL89Hy_10OmP8xD3mtH1VXVXb4fPZniCIg4CKplM,6450
130
- uipath-2.1.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
131
- uipath-2.1.28.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
132
- uipath-2.1.28.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
133
- uipath-2.1.28.dist-info/RECORD,,
129
+ uipath-2.1.29.dist-info/METADATA,sha256=KX64W0sdkPGxBJQIEZqGgnDWYsj1u8UnUpglxTEVY-w,6450
130
+ uipath-2.1.29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
131
+ uipath-2.1.29.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
132
+ uipath-2.1.29.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
133
+ uipath-2.1.29.dist-info/RECORD,,