parsagon 0.14.38__py3-none-any.whl → 0.14.39__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.
parsagon/api.py CHANGED
@@ -240,10 +240,7 @@ def get_pipeline(pipeline_name):
240
240
 
241
241
 
242
242
  def get_pipeline_by_id(pipeline_id):
243
- results = _api_call(httpx.get, f"/pipelines/{pipeline_id}/")
244
- if not results:
245
- raise ProgramNotFoundException(pipeline_id)
246
- return results[0]
243
+ return _api_call(httpx.get, f"/pipelines/{pipeline_id}/")
247
244
 
248
245
 
249
246
  def get_pipelines():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: parsagon
3
- Version: 0.14.38
3
+ Version: 0.14.39
4
4
  Summary: Allows you to create browser automations with natural language
5
5
  Author-email: Sandy Suh <sandy@parsagon.io>
6
6
  Project-URL: Homepage, https://parsagon.io
@@ -1,5 +1,5 @@
1
1
  parsagon/__init__.py,sha256=_S5MlYHBViB4iY96_UbGo3mfGndE8MmFmb1EORJppK8,452
2
- parsagon/api.py,sha256=10v2kI56lxvuOWsOZwazidKJQK75MNnh59fs9t3QgGE,10581
2
+ parsagon/api.py,sha256=TCS1iGuzuMZI-MOtdDFA-Xwdb8ogtuOQVUJhKtTG0DY,10484
3
3
  parsagon/assistant.py,sha256=V3NL6UdDqe74W_X3wPQ1qwFuJRvHzitXtOt-XSCXvds,4065
4
4
  parsagon/create.py,sha256=BERrBviwMvifg5OwApqdanvULJHHk39fIvnTCZN3Xkk,4432
5
5
  parsagon/custom_function.py,sha256=oEj28qItaHUnsvLIHD7kg5QL3J3aO6rW6xKKP-H-Drs,770
@@ -25,8 +25,8 @@ parsagon/tests/test_invalid_args.py,sha256=TAFdHGy92lUxjljPrtODOuEGVss6rn-F5GvEK
25
25
  parsagon/tests/test_pipeline_operations.py,sha256=aEwZNtIwOl9X7jdLDLB4YEdgMp7_x8PXCINAE7RT4NY,805
26
26
  parsagon/tests/test_print.py,sha256=BG7f55YDBoL0S7k291-so_Gje_hUAQOkB-jh-bEYsJY,198
27
27
  parsagon/tests/test_secrets.py,sha256=Ctsscl2tmMTZcFAy5dnyqUlgTov2UharZgLpbRCLdEg,2662
28
- parsagon-0.14.38.dist-info/METADATA,sha256=kiuxV05OwRajPmAlFPFbX_9MD6dh5xgXG2B9BtIeAw0,2556
29
- parsagon-0.14.38.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30
- parsagon-0.14.38.dist-info/entry_points.txt,sha256=I1UlPUb4oY2k9idkI8kvdkEcrjKGRSOl5pMbA6uu6kw,48
31
- parsagon-0.14.38.dist-info/top_level.txt,sha256=ih5uYQzW4qjhRKppys-WiHLIbXVZ99YdqDcfAtlcQwk,9
32
- parsagon-0.14.38.dist-info/RECORD,,
28
+ parsagon-0.14.39.dist-info/METADATA,sha256=AcoB2-88q6PWNPhkivRth-6crEjNBgVPG11McW8epxI,2556
29
+ parsagon-0.14.39.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30
+ parsagon-0.14.39.dist-info/entry_points.txt,sha256=I1UlPUb4oY2k9idkI8kvdkEcrjKGRSOl5pMbA6uu6kw,48
31
+ parsagon-0.14.39.dist-info/top_level.txt,sha256=ih5uYQzW4qjhRKppys-WiHLIbXVZ99YdqDcfAtlcQwk,9
32
+ parsagon-0.14.39.dist-info/RECORD,,