Prefect

Latest version: v3.3.2

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

Scan your dependencies

Page 27 of 80

3.0.11.dev1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Development & Tidiness ๐Ÿงน
* Fix failing work queue test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15709
Uncategorized
* Fix links to 3.0 docs that are missing a leading slash by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15704
* Add a few notes to Docker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15706
* Improve table formatting in docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15700
* Fix docs links for integrations by discdiver in https://github.com/PrefectHQ/prefect/pull/15702
* more accessible wording for job variable overrides docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15669
* fix automation-assement.py by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15710

New Contributors
* sam-phinizy made their first contribution in https://github.com/PrefectHQ/prefect/pull/15704

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.10...3.0.11.dev1

3.0.10

This release fixes an issue where served flows would exit early and continues our reorganization of settings with `pydantic-settings`.
Bug Fixes ๐Ÿž
* Fix bug where `.serve` exits early and add integration test by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15691
Development
* Add `APISettings` setting group by desertaxle in https://github.com/PrefectHQ/prefect/pull/15701

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.9...3.0.10

3.0.9

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Enhancements โœจ
* dont ask to confirm non-existent deployment by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15653

Bug Fixes ๐Ÿž
* create `PREFECT_HOME` in `root_settings_context` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15696
* correctly await `config.load_kube_config` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15655
* Do not delete flow runs awaiting retry on deployment changes by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15688
* Ensure `TaskWorker` creates a `anyio.TaskGroup` in an `async` context by desertaxle in https://github.com/PrefectHQ/prefect/pull/15684

Development & Tidiness ๐Ÿงน
* Add tests to verify all settings via environment variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/15657
* Update `versioneer.py` to ignore uncommited changes by desertaxle in https://github.com/PrefectHQ/prefect/pull/15672
* Bump vue from 3.5.10 to 3.5.12 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15675
* Add tests for specifying each setting via a profile by desertaxle in https://github.com/PrefectHQ/prefect/pull/15670
* Add tests to verify all supported settings can be set via a `.env` file by desertaxle in https://github.com/PrefectHQ/prefect/pull/15682
* Update prefecthq/prefect-ui-library to version 3.11.2 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15695
* Bump typescript from 5.6.2 to 5.6.3 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15676
* Update prefecthq/vue-compositions to version 1.11.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15699
* remove note from 3.x docs about using `pydantic<2` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15642
* Update reference to name of profile in example by discdiver in https://github.com/PrefectHQ/prefect/pull/15644
* follow on suggestion: simplify phrasing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15651
* Edits to dbt integration page by discdiver in https://github.com/PrefectHQ/prefect/pull/15540
* Minor updates to deploy overview by discdiver in https://github.com/PrefectHQ/prefect/pull/15606
* chore: update secret ref by jamiezieziula in https://github.com/PrefectHQ/prefect/pull/15641
* Add link to release notes on What's new docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15662
* Docs note about accessing flow run logs by EmilRex in https://github.com/PrefectHQ/prefect/pull/15683


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.8...3.0.9

3.0.9.dev3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Development & Tidiness ๐Ÿงน
* Bump vue from 3.5.10 to 3.5.12 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15675
* Ensure `TaskWorker` creates a `anyio.TaskGroup` in an `async` context by desertaxle in https://github.com/PrefectHQ/prefect/pull/15684
* Add tests for specifying each setting via a profile by desertaxle in https://github.com/PrefectHQ/prefect/pull/15670
* Add tests to verify all supported settings can be set via a `.env` file by desertaxle in https://github.com/PrefectHQ/prefect/pull/15682
* Update prefecthq/prefect-ui-library to version 3.11.2 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15695
Uncategorized
* Docs note about accessing flow run logs by EmilRex in https://github.com/PrefectHQ/prefect/pull/15683
* Do not delete flow runs awaiting retry on deployment changes by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15688


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.9.dev2...3.0.9.dev3

3.0.9.dev2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Development & Tidiness ๐Ÿงน
* Add tests to verify all settings via environment variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/15657
* Update `versioneer.py` to ignore uncommited changes by desertaxle in https://github.com/PrefectHQ/prefect/pull/15672
Uncategorized
* Add link to release notes on What's new docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15662


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.9.dev1...3.0.9.dev2

3.0.9.dev1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bug Fixes ๐Ÿž
* dont ask to confirm non-existent deployment by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15653
Uncategorized
* remove note from 3.x docs about using `pydantic<2` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15642
* Update reference to name of profile in example by discdiver in https://github.com/PrefectHQ/prefect/pull/15644
* follow on suggestion: simplify phrasing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15651
* Edits to dbt integration page by discdiver in https://github.com/PrefectHQ/prefect/pull/15540
* Minor updates to deploy overview by discdiver in https://github.com/PrefectHQ/prefect/pull/15606
* chore: update secret ref by jamiezieziula in https://github.com/PrefectHQ/prefect/pull/15641
* correctly await `config.load_kube_config` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15655


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.8...3.0.9.dev1

Page 27 of 80

Links

Releases

Has known vulnerabilities

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.