Prefect

Latest version: v3.1.4

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

Scan your dependencies

Page 14 of 59

2.20.9

Not secure
Bug Fixes ๐Ÿž
* Use job status conditions to determine when a job is in a terminal state by desertaxle in https://github.com/PrefectHQ/prefect/pull/15478
* Avoid crashing flows when Kubernetes job watch exits but the container is still running by desertaxle in https://github.com/PrefectHQ/prefect/pull/15525
* [2.x] Fix flow typing when passing return_state to a coroutine by williamjamir in https://github.com/PrefectHQ/prefect/pull/15538

Development & Tidiness ๐Ÿงน
* Fix use of deprecated field on `websockets.exceptions.ConnectionClosedError` by desertaxle in https://github.com/PrefectHQ/prefect/pull/15493

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.8...2.20.9

2.20.8

Not secure
Bug Fixes ๐Ÿž
* Preserve `flow.name` with `RunnerDeployment.from_storage` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15394

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.7...2.20.8

2.20.7

Not secure
Enhancements โž•โž•
* Dont propagate extra loggers through root logger by cicdw in https://github.com/PrefectHQ/prefect/pull/15357
* 2.x add cached completion hooks by derekahuang in https://github.com/PrefectHQ/prefect/pull/15270
* update environment variable deep merge logic for env by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15363
* Disable HTTP2 by default by zangell44 in https://github.com/PrefectHQ/prefect/pull/15312

Bug Fixes ๐Ÿž
* Fix query for subflow cancellation by cicdw in https://github.com/PrefectHQ/prefect/pull/15292
* Fix resolution of implicit relative import when using `safe_load_namespace` by desertaxle in https://github.com/PrefectHQ/prefect/pull/15361

Integrations & Dependencies ๐Ÿค
* Update `DbtCoreOperation` docstring 2.x by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15318
* [2.x] add function name to `prefect-docker` cache key by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15263
* Move import from `google` into import guard by desertaxle in https://github.com/PrefectHQ/prefect/pull/15333
* reintroduce job model for `prefect-databricks` in 2.x by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15315

Development & Tidiness ๐Ÿงน
* Fix labeler job by cicdw in https://github.com/PrefectHQ/prefect/pull/15113
* Reduce test matrix by cicdw in https://github.com/PrefectHQ/prefect/pull/15294

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

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.6...2.20.7

2.20.6

Not secure
This release resolves an important issue that can occur when installing 2.x versions of `prefect`: because all `prefect-{integration}` packages also have 3.0 compatible versions, it's important to restrict the upper bounds of those packages alongside the needed upper bound on `prefect` itself. Please [reference this list](https://github.com/PrefectHQ/prefect/blob/905bef9ff8c34f2baae874938b051d2d81f5facf/setup.py#L46-L66) for a full catalogue of upper bounds that keep your integration package 2.x compatible.

To help alleviate this potential issue, this release applies these upper bounds automatically when installing packages via extras, i.e., `prefect[kubernetes]<3.0.0` or `prefect[aws]<3.0.0`.

In addition, it fixes an issue with `-kubernetes` flavored Docker images on the 2.20.5 release that was affected by this incompatibility.

Bug Fixes ๐Ÿž
* Add upper bounds to extras in `setup.py` by desertaxle in https://github.com/PrefectHQ/prefect/pull/15256
* Use `kubernetes` extra when building Docker image by desertaxle in https://github.com/PrefectHQ/prefect/pull/15257

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.5...2.20.6

2.20.5

Not secure
<!-- Release notes generated using configuration in .github/release.yml at 2.x -->

Several Types of Small Code Fixes Gathered Together in a Release and Grooving with a K8s Pod

Bug Fixes ๐Ÿž
* Disable griffe logging entirely when used by cicdw in https://github.com/PrefectHQ/prefect/pull/15194
* Fix task key computation by cicdw in https://github.com/PrefectHQ/prefect/pull/15191
* backport windows quote fix by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15201

Integrations & Dependencies ๐Ÿค
* restore job submission handler in `jobs_runs_submit_and_wait_for_completion` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15183
* `prefect-kubernetes`: add missing config loaders by desertaxle in https://github.com/PrefectHQ/prefect/pull/15218
* Use prefect extras when adhoc installing integrations by desertaxle in https://github.com/PrefectHQ/prefect/pull/15238
* Add `KeepAliveClientRequest` class for k8s async client 2.x by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15230

Development & Tidiness ๐Ÿงน
* Fix tests for new `apprise` version by cicdw in https://github.com/PrefectHQ/prefect/pull/15186
* Add active slots to concurrency docs by abrookins in https://github.com/PrefectHQ/prefect/pull/15161
* 2.x variable return value fix by Samreay in https://github.com/PrefectHQ/prefect/pull/15070
* Update docs header link and language for 3.0 GA by discdiver in https://github.com/PrefectHQ/prefect/pull/15166
* Update install instructions in 2.x docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15213

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

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.4...2.20.5

2.20.4

Not secure
Bug Fixes ๐Ÿž
* Fix `prefect server start` for Windows machines by desertaxle in https://github.com/PrefectHQ/prefect/pull/15104
* ensure `on_failure` hook runs upon parameter validation error by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15128

Integrations & Dependencies ๐Ÿค
* backport `prefect-kubernetes` fix by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15095

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/2.20.3...2.20.4

Page 14 of 59

Links

Releases

Has known vulnerabilities

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