Prefect-cloud

Latest version: v0.1.3

Safety actively analyzes 722674 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.3

What's Changed
* Handle no workspaces by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/73
* Drop `pendulum` as a dependency by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/74
* CLI QOL updates by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/75
* bump version to 0.1.3 by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/76


**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.2...0.1.3

0.1.2

What's Changed
* Use annotation syntax for args/options by jlowin in https://github.com/PrefectHQ/prefect-cloud/pull/69
* Add async utilities by jlowin in https://github.com/PrefectHQ/prefect-cloud/pull/70
* Support custom flow / deployment names by jlowin in https://github.com/PrefectHQ/prefect-cloud/pull/71
* bump version to 0.1.2 by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/72


**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.1...0.1.2

0.1.1

What's Changed
* typo by zzstoatzz in https://github.com/PrefectHQ/prefect-cloud/pull/54
* Warns when the user's managed work pool is paused by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/53
* Makes `ls` work again after adding `work_pool_name` by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/55
* add `LICENSE` by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/56
* Uses a pull step to install Python dependencies by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/57
* Infers and autocompletes the `--from` repo when possible by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/59
* Updates secret block creation to use new upsert endpoint by jeanluciano in https://github.com/PrefectHQ/prefect-cloud/pull/58
* Rewords the summary from `prefect-cloud deploy` to educate more by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/60
* Phrases even more consisely, courtesy of daniel-prefect by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/61
* Removes a stray paren when printing schedules by chrisguidry in https://github.com/PrefectHQ/prefect-cloud/pull/62
* Generalize Callback Server by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/63
* Add default parameter support when creating a deployment by jlowin in https://github.com/PrefectHQ/prefect-cloud/pull/66
* Add programmatic invocation by jlowin in https://github.com/PrefectHQ/prefect-cloud/pull/67
* bump version to 0.1.1 by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/68

New Contributors
* jlowin made their first contribution in https://github.com/PrefectHQ/prefect-cloud/pull/66

**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.0...0.1.1

0.1.0

What's Changed
* Adds utils test by jeanluciano in https://github.com/PrefectHQ/prefect-cloud/pull/47
* Update `deploy` syntax by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/49
* Respect env vars by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/45
* Support non-string `--parameter` by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/51
* Add `--with-requirements` support by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/50
* Adds `delete`command and `remove` flag. by jeanluciano in https://github.com/PrefectHQ/prefect-cloud/pull/48
* 0.1.0 prep by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/52


**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.0a4...0.1.0

0.1.0a4

What's Changed
* fix deployment schedule create by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/41
* fix help text by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/42
* Add Schedule params by jeanluciano in https://github.com/PrefectHQ/prefect-cloud/pull/39
* add venv to readme by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/43
* remove pinned prefect by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/44
* bump to 0.1.0a4 by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/46


**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.0a3...0.1.0a4

0.1.0a3

What's Changed
* fix deployment ui url link by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/26
* Remove shell prompt from code blocks by daniel-prefect in https://github.com/PrefectHQ/prefect-cloud/pull/27
* Adds unit test coverage for `PrefectCloudClient` by jeanluciano in https://github.com/PrefectHQ/prefect-cloud/pull/28
* Move cli and add tests by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/29
* fix cli colors by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/30
* README updates by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/32
* Update README.md by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/33
* smol typing changes by zzstoatzz in https://github.com/PrefectHQ/prefect-cloud/pull/35
* fix credentials block name by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/34
* fix link wraps by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/38
* Run tests against all python versions by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/36
* Add more urls to github + don't use raw api by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/31
* version bump by jakekaplan in https://github.com/PrefectHQ/prefect-cloud/pull/40

New Contributors
* daniel-prefect made their first contribution in https://github.com/PrefectHQ/prefect-cloud/pull/27
* zzstoatzz made their first contribution in https://github.com/PrefectHQ/prefect-cloud/pull/35

**Full Changelog**: https://github.com/PrefectHQ/prefect-cloud/compare/0.1.0a2...0.1.0a3

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.