Prefect

Latest version: v3.3.1

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

Scan your dependencies

Page 3 of 80

3.2.15.dev4

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

What's Changed
Documentation ๐Ÿ““
* Move settings ref to reference section by cicdw in https://github.com/PrefectHQ/prefect/pull/17590
Uncategorized
* Bump min prefect version in `prefect-aws` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/17598
* Include `pytz` in the `prefect-client` dependencies by chrisguidry in https://github.com/PrefectHQ/prefect/pull/17595
* Docker build for a `prefect-client`-only image by chrisguidry in https://github.com/PrefectHQ/prefect/pull/17596


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

3.2.15.dev3

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

What's Changed
Bug Fixes ๐Ÿž
* bump `typing-extensions` lower bound by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17581
Documentation ๐Ÿ““
* fix: cli login command in modal docs by Ben-Epstein in https://github.com/PrefectHQ/prefect/pull/17582
Uncategorized
* Log ignored template variables when a task definition arn is supplied to the ECS worker by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17565
* Fix `classmethod` and `staticmethod` flows and tasks for Python 3.13 by desertaxle in https://github.com/PrefectHQ/prefect/pull/17583


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

3.2.15.dev2

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

What's Changed
Enhancements โž•โž•
* delete all deployments cli by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17568
* Improve ad-hoc infrastructure submission error handling by desertaxle in https://github.com/PrefectHQ/prefect/pull/17564
Development & Tidiness ๐Ÿงน
* Various typing improvments by desertaxle in https://github.com/PrefectHQ/prefect/pull/17569


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

3.2.15.dev1

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

What's Changed
Uncategorized
* Add new deployment version table by cicdw in https://github.com/PrefectHQ/prefect/pull/17532


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.2.14...3.2.15.dev1

3.2.14

What's Changed
Enhancements โž•โž•
* Adds new setting `PREFECT_TASKS_DEFAULT_NO_CACHE` to not cache by default by cicdw in https://github.com/PrefectHQ/prefect/pull/17488
* increase cloud run worker timeout by jeremy-thomas-roc in https://github.com/PrefectHQ/prefect/pull/17540
* Add `prefect-docker`'s `DockerRegistryCredentials` as accepted type for ACI job configuration's `image_registry` by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17543
* Add debug logging of ECS task definition differences when equality comparison fails by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17544

Bug Fixes ๐Ÿž
* Only log at INFO level for final state by cicdw in https://github.com/PrefectHQ/prefect/pull/17454
* Bugfix: Paginated task runs route + client-side fix by znicholasbrown in https://github.com/PrefectHQ/prefect/pull/17407
* Fix docker build with context arg when already set by thdtt in https://github.com/PrefectHQ/prefect/pull/17535
* Avoid inheriting `NullFilesystem` for transaction metadata storage by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17541
* fix(flow-run): ensure state is consistent when cancelling by lelouvincx in https://github.com/PrefectHQ/prefect/pull/17537
* Don't pop the loader module by cicdw in https://github.com/PrefectHQ/prefect/pull/17524
* Convert strings to timezone-aware datetimes in the flow run graph API by cicdw in https://github.com/PrefectHQ/prefect/pull/17552
* Update ACI worker base job template with current docker registry block by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17549
* Account for `_resolve_path` returning `None` by cicdw in https://github.com/PrefectHQ/prefect/pull/17551
* fix kubernetes job variables merge logic by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17512

Development & Tidiness ๐Ÿงน
* Update CODEOWNERS by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17510
* Update CODEOWNERS for docs by aaazzam in https://github.com/PrefectHQ/prefect/pull/17516
* rm pendulum from integrations by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17509
* Get `pyright` check passing for `prefect.runner` submodules by desertaxle in https://github.com/PrefectHQ/prefect/pull/17502
* update `Field` `examples` kwargs for gcp and databricks by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17526
* Adds back telemetry service to all servers when enabled by cicdw in https://github.com/PrefectHQ/prefect/pull/17528
* Update prefecthq/prefect-ui-library to version 3.11.51 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17539

Documentation ๐Ÿ““
* fix broken slack link in docs by aaazzam in https://github.com/PrefectHQ/prefect/pull/17491
* add "API Reference" to docs by aaazzam in https://github.com/PrefectHQ/prefect/pull/17515
* chore(docs): link to new ECS worker Terraform module by mitchnielsen in https://github.com/PrefectHQ/prefect/pull/17523

Experimental
* schema changes for work pool storage config by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17527
* Add experimental CLI for configuring work pool storage by desertaxle in https://github.com/PrefectHQ/prefect/pull/17548
* Persist work pool and job variables for submitted ad-hoc flow runs by desertaxle in https://github.com/PrefectHQ/prefect/pull/17530


New Contributors
* thdtt made their first contribution in https://github.com/PrefectHQ/prefect/pull/17535
* jeremy-thomas-roc made their first contribution in https://github.com/PrefectHQ/prefect/pull/17540
* lelouvincx made their first contribution in https://github.com/PrefectHQ/prefect/pull/17537

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

3.2.14.dev4

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

What's Changed
Enhancements โž•โž•
* increase cloud run worker timeout by jeremy-thomas-roc in https://github.com/PrefectHQ/prefect/pull/17540
* Persist work pool and job variables for submitted ad-hoc flow runs by desertaxle in https://github.com/PrefectHQ/prefect/pull/17530
Bug Fixes ๐Ÿž
* fix: fix docker build with context arg when already set by thdtt in https://github.com/PrefectHQ/prefect/pull/17535
* avoid inheriting `NullFilesystem` for transaction metadata storage by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/17541
* fix(flow-run): ensure state is consistent when cancelling by lelouvincx in https://github.com/PrefectHQ/prefect/pull/17537
* Add debug logging of ECS task definition differences when equality comparison fails by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17544
* Don't pop the loader module by cicdw in https://github.com/PrefectHQ/prefect/pull/17524
* Add `prefect-docker`'s `DockerRegistryCredentials` as accepted type for ACI job configuration's `image_registry` by kevingrismore in https://github.com/PrefectHQ/prefect/pull/17543
* Convert strings to timezone-aware datetimes in the flow run graph API by cicdw in https://github.com/PrefectHQ/prefect/pull/17552
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-ui-library to version 3.11.51 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/17539

New Contributors
* thdtt made their first contribution in https://github.com/PrefectHQ/prefect/pull/17535
* jeremy-thomas-roc made their first contribution in https://github.com/PrefectHQ/prefect/pull/17540
* lelouvincx made their first contribution in https://github.com/PrefectHQ/prefect/pull/17537

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

Page 3 of 80

Links

Releases

Has known vulnerabilities

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