Prefect

Latest version: v3.3.2

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

Scan your dependencies

Page 5 of 80

3.2.13

<!-- Release notes generated using configuration in .github/release.yml at main -->
Enhancements โž•โž•
* Update workers to include work pool and worker labels by desertaxle in https://github.com/PrefectHQ/prefect/pull/17420
Bug Fixes ๐Ÿž
* Disables run tracer with `PREFECT_CLOUD_ENABLE_ORCHESTRATION_TELEMETRY` by jeanluciano in https://github.com/PrefectHQ/prefect/pull/17417
* Fix `disable_run_logger` context manager by desertaxle in https://github.com/PrefectHQ/prefect/pull/17443
* Fix `serve` deployment name truncation by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17447
* Fix race condition in Kubernetes worker by desertaxle in https://github.com/PrefectHQ/prefect/pull/17462
* Ensure base `prefect.yaml` template is included in built package by desertaxle in https://github.com/PrefectHQ/prefect/pull/17472
* Add caching to `create_api_app` to fix errors when using server-side orchestration client by desertaxle in https://github.com/PrefectHQ/prefect/pull/17474
Development & Tidiness ๐Ÿงน
* Remove unused yaml files and refs by cicdw in https://github.com/PrefectHQ/prefect/pull/17470
* Add overloads for `run_task` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17448
Documentation ๐Ÿ““
* Update ray url by hongbo-miao in https://github.com/PrefectHQ/prefect/pull/17440
* Move Modal tutorial to the Dynamic infrastructure examples section by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17464
* Create a new section for self-hosted server examples (CLI, Docker, Helm) by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17468
* Remove dangling tutorial references by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17469
* Add example using the Terraform provider by parkedwards in https://github.com/PrefectHQ/prefect/pull/17479
* Fix pep8 in README.md by sobolevn in https://github.com/PrefectHQ/prefect/pull/17453


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.2.12...3.2.13

3.2.13.dev4

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

What's Changed
Bug Fixes ๐Ÿž
* Add caching to `create_api_app` to fix errors when using server-side orchestration client by desertaxle in https://github.com/PrefectHQ/prefect/pull/17474
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-ui-library to version 3.11.49 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17475
* Update prefecthq/prefect-ui-library to version 3.11.50 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17476
* Remove unused yaml files and refs by cicdw in https://github.com/PrefectHQ/prefect/pull/17470


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

3.2.13.dev3

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

What's Changed
Bug Fixes ๐Ÿž
* Ensure base `prefect.yaml` template is included in built package by desertaxle in https://github.com/PrefectHQ/prefect/pull/17472
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-ui-library to version 3.11.46 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17457
* Update prefecthq/prefect-design to version 2.14.19 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17465
* Update prefecthq/prefect-ui-library to version 3.11.47 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17467
Documentation ๐Ÿ““
* [Docs] Move Modal tutorial to the Dynamic infrastructure examples section by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17464
* Create a new section for self-hosted server examples (CLI, Docker, Helm) by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17468
* [Docs] Remove dangling tutorial references by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/17469
Uncategorized
* Fix pep8 in README.md by sobolevn in https://github.com/PrefectHQ/prefect/pull/17453
* Fix race condition in Kubernetes worker by desertaxle in https://github.com/PrefectHQ/prefect/pull/17462


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

3.2.13.dev2

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

What's Changed
Bug Fixes ๐Ÿž
* Fix `disable_run_logger` context manager by desertaxle in https://github.com/PrefectHQ/prefect/pull/17443
* Fix `serve` deployment name truncation by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17447
Documentation ๐Ÿ““
* docs(ray): update ray url by hongbo-miao in https://github.com/PrefectHQ/prefect/pull/17440
Uncategorized
* add overloads for `run_task` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17448


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

3.2.13.dev1

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

What's Changed
Bug Fixes ๐Ÿž
* Disables run tracer with `PREFECT_CLOUD_ENABLE_ORCHESTRATION_TELEMETRY` by jeanluciano in https://github.com/PrefectHQ/prefect/pull/17417
Documentation ๐Ÿ““
* Update workers to include work pool and worker labels by desertaxle in https://github.com/PrefectHQ/prefect/pull/17420


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.2.12...3.2.13.dev1

3.2.12

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

This release contains a couple bug fixes (e.g. https://github.com/PrefectHQ/prefect/issues/17409, https://github.com/PrefectHQ/prefect/issues/17431, https://github.com/PrefectHQ/prefect/issues/17434) and adds a new `freeze` annotation to make certain deployment parameters read-only in the UI when creating a new flow run (see https://github.com/PrefectHQ/prefect/pull/17374 for an example).


What's Changed
Enhancements โž•โž•
* add `freeze` annotation by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17374
* Improve eviction handling for flow runs started by the Kubernetes worker by desertaxle in https://github.com/PrefectHQ/prefect/pull/17412
Bug Fixes ๐Ÿž
* Fix improper `await` of `RunnerDeployment` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17436
* Do not target abstract class for Pydantic validation by thoec in https://github.com/PrefectHQ/prefect/pull/17356
* Remove unnecessary prompt condition by cicdw in https://github.com/PrefectHQ/prefect/pull/17410
* Update optional dependencies in integration packages to use `[project.optional-dependencies]` by desertaxle in https://github.com/PrefectHQ/prefect/pull/17435
Documentation ๐Ÿ““
* Add Prefect Server and Worker Helm Tutorial by prefectcboyd in https://github.com/PrefectHQ/prefect/pull/17362
* Add inline arcades by biancaines in https://github.com/PrefectHQ/prefect/pull/17393
* chore(docs): Minor updates and fixes on the Helm deployment tutorial by jamiezieziula in https://github.com/PrefectHQ/prefect/pull/17411
Development โš™๏ธ
* Allow specifying the key for an existing Kubernetes worker API key secret by desertaxle in https://github.com/PrefectHQ/prefect/pull/17390
* [UI] Update packages by pleek91 in https://github.com/PrefectHQ/prefect/pull/17426
* add k8s integration test harness by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17385

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

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.2.11...3.2.12

Page 5 of 80

Links

Releases

Has known vulnerabilities

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