Prefect

Latest version: v3.1.4

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

Scan your dependencies

Page 8 of 59

3.0.7

<!-- Release notes generated using configuration in .github/release.yml at main -->
This release includes a couple of bug fixes, including a fix for generating the Docker image name for the installed version of `prefect`.

Enhancements โž•โž•
* Link to docs on starting temporary server by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15636
Bug Fixes ๐Ÿž
* Fix PagerDuty notification formatting by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15584
* Fix version parsing error when generating Docker image name by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15638
Development & Tidiness ๐Ÿงน
* Use the recommend approach for shallow dumping `pydantic` models by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15634
* Add note about actively developed version to enhancement request form by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15600
* Create `APISettings` to group to group API-specific client settings by desertaxle in https://github.com/PrefectHQ/prefect/pull/15580
* Update image in Quickstart by discdiver in https://github.com/PrefectHQ/prefect/pull/15635


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.6...3.0.7

3.0.6

<!-- Release notes generated using configuration in .github/release.yml at main -->
This update focuses on fixing `prefect-client` compatibility checks. Key changes include adding version information to `prefect-client` and adjusting task logging levels.
Enhancements โž•โž•
* Updated task creation and submission log level to `DEBUG` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15631
Bug Fixes ๐Ÿž
* Eliminated date range filter from Flow page by dylanbhughes in https://github.com/PrefectHQ/prefect/pull/15630
* Accurately populate `__version__` for `prefect_client` by desertaxle in https://github.com/PrefectHQ/prefect/pull/15624
Development & Tidiness ๐Ÿงน
* Maintain typing information in `PrefectFuture` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15625

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.5...3.0.6

3.0.5

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

What's Changed
This release introduces support for loading settings from `.env` files, offering greater flexibility and ease of use in managing your Prefect configurations between projects.

New Features ๐ŸŽ‰
* Allow specifying settings overrides in a `.env` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15565
Enhancements โž•โž•
* Update settings to use `pydantic-settings` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15412
* Add a helpful message on 404 with deployment by name by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15578
Bug Fixes ๐Ÿž
* Changed `TaskSource` key computation to handle `OSError("source not available")` by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15583
* Fail correctly if `lookup_type` throws a `KeyError` in `BaseResult.__new__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15596
* Fix issue where transaction parent look up fails in rollback hooks by desertaxle in https://github.com/PrefectHQ/prefect/pull/15599
* Fix flow run parameters literally named `keys` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15611
* Ensure dynamic default values for settings are considered unset by `pydantic` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15613
* Fix errors when using `run_deployment` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15615
* Fix errors loading settings when profiles file can't be read by desertaxle in https://github.com/PrefectHQ/prefect/pull/15602
Integrations & Dependencies ๐Ÿค
* Make database parameter optional in `ConnectionComponents` 15511 by Ben-Taarit in https://github.com/PrefectHQ/prefect/pull/15553
* Update `AwsClientParameters` validation for `verify` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15574
Development & Tidiness ๐Ÿงน
* Fix check to prerelease tag to allow nightly builds to publish Docker images by desertaxle in https://github.com/PrefectHQ/prefect/pull/15563
* Update format for nightly dev release names by desertaxle in https://github.com/PrefectHQ/prefect/pull/15568
* Add a note that deployments delegate ACLs to work pools by abrookins in https://github.com/PrefectHQ/prefect/pull/15383
* Remove `await` for task submissions in global concurrency limits example by biancaines in https://github.com/PrefectHQ/prefect/pull/15581
* Flow code storage docs improvements by discdiver in https://github.com/PrefectHQ/prefect/pull/15519
* Update the store flow code docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15604
* Update first docs example by discdiver in https://github.com/PrefectHQ/prefect/pull/15605
* Add documentation for `.env` file support by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15617
* Update prefecthq/prefect-design to version 2.13.2 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15579
* Update prefecthq/prefect-design to version 2.13.1 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15576

New Contributors
* kzvezdarov made their first contribution in https://github.com/PrefectHQ/prefect/pull/15583

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.4...3.0.5

3.0.5.dev4

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

What's Changed
Bug Fixes ๐Ÿž
* fail correctly if `lookup_type` throws a `KeyError` in `BaseResult.__new__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15596
* update `AwsClientParameters` validation for `verify` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15574
* Fix issue where transaction parent look up fails in rollback hooks by desertaxle in https://github.com/PrefectHQ/prefect/pull/15599
Uncategorized
* Flow code storage docs improvements by discdiver in https://github.com/PrefectHQ/prefect/pull/15519
* Update the store flow code docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15604
* Update first docs example by discdiver in https://github.com/PrefectHQ/prefect/pull/15605
* Fix errors loading settings when profiles file can't be read by desertaxle in https://github.com/PrefectHQ/prefect/pull/15602


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.5.dev3...3.0.5.dev4

3.0.5.dev3

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

What's Changed
Enhancements โž•โž•
* helpful message on 404 with deployment by name by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15578
* Allow specifying settings overrides in a `.env` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15565
Bug Fixes ๐Ÿž
* Changed `TaskSource` key computation to handle `OSError("source not available")` by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15583
Uncategorized
* Update global-concurrency-limits.mdx - Remove `await` for task submissions by biancaines in https://github.com/PrefectHQ/prefect/pull/15581

New Contributors
* kzvezdarov made their first contribution in https://github.com/PrefectHQ/prefect/pull/15583

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

3.0.5.dev2

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

What's Changed
Development & Tidiness ๐Ÿงน
* Update format for nightly dev release names by desertaxle in https://github.com/PrefectHQ/prefect/pull/15568
* Update prefecthq/prefect-design to version 2.13.1 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15576
* Update prefecthq/prefect-design to version 2.13.2 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15579
Uncategorized
* Add a note that deployments delegate ACLs to work pools by abrookins in https://github.com/PrefectHQ/prefect/pull/15383


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

Page 8 of 59

Links

Releases

Has known vulnerabilities

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