Prefect

Latest version: v3.3.1

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

Scan your dependencies

Page 18 of 80

3.1.7

What's Changed
Enhancements โž•โž•
* Support http proxies for websockets by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16326
* update contributor dev instructions by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16376

Bug Fixes ๐Ÿž
* Fix missing terminal state timings for TimedOut tasks by GalLadislav in https://github.com/PrefectHQ/prefect/pull/16328
* Early error on bad retry delay types by cicdw in https://github.com/PrefectHQ/prefect/pull/16369
* [typing] add overload for empty `task` decorator by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16386
* Use `websocket_connect` utility in `Subscriptions` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16388
* dont ask to confirm deletion of non-existent gcl by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16379

Development & Tidiness ๐Ÿงน
* Add `Block.aload` method and remove `sync_compatible` from `Block.load` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16341
* Exclude UI v2 PRs from the release notes auto-generation by desertaxle in https://github.com/PrefectHQ/prefect/pull/16344
* remove `sync_compatible` from `git_clone` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16340
* [typing] `prefect.serializers` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16331
* remove `sync_compatible` from `prefect.variables` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16349
* Consolidate use of `DateTime` to `prefect.types` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16356
* Fix type analysis check for PRs from forks by desertaxle in https://github.com/PrefectHQ/prefect/pull/16359
* improve `Dockerfile` build time and add CI to catch future slow downs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16348
* Add buffer to type completeness check by desertaxle in https://github.com/PrefectHQ/prefect/pull/16361
* only run docker build bench on push to main by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16365
* [typing] `prefect.tasks` and `prefect.task_worker` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16332
* update `entrypoint.sh` to use `uv` for `EXTRA_PIP_PACKAGES` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16291
* update example output for `prefect work-pool inspect` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16378
* [typing] prefect.server.utilities.database by mjpieters in https://github.com/PrefectHQ/prefect/pull/16368
* Pick up trace context from run labels by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16346
* Refactor db_injector decorator by mjpieters in https://github.com/PrefectHQ/prefect/pull/16390
* Correctly maintain span hierarchy when instrumenting nested tasks/flows by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16384

Documentation ๐Ÿ““
* Remove missing page from the nav by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/16351
* Update flow run instrumentation to use `RunTelemetry` class by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16233
* Add experimental support for emitting lineage events by abrookins in https://github.com/PrefectHQ/prefect/pull/16242
* update tutorial for clarity by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16354



**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.6...3.1.7

3.1.7.dev4

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

What's Changed
Bug Fixes ๐Ÿž
* Use `websocket_connect` utility in `Subscriptions` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16388
Uncategorized
* Refactor db_injector decorator by mjpieters in https://github.com/PrefectHQ/prefect/pull/16390


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

3.1.7.dev3

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

What's Changed
Enhancements โž•โž•
* update contributor dev instructions by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16376
Bug Fixes ๐Ÿž
* [typing] add overload for empty `task` decorator by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16386
Development & Tidiness ๐Ÿงน
* update example output for `prefect work-pool inspect` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16378
* make re-usable `TypeAdapter` instances for client schemas by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16089
* [typing] prefect.server.utilities.database by mjpieters in https://github.com/PrefectHQ/prefect/pull/16368
Uncategorized
* dont ask to confirm deletion of non-existent gcl by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16379


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

3.1.7.dev2

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

What's Changed
Enhancements โž•โž•
* Support http proxies for websockets by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16326
Bug Fixes ๐Ÿž
* Fix missing terminal state timings for TimedOut tasks by GalLadislav in https://github.com/PrefectHQ/prefect/pull/16328
* Early error on bad retry delay types by cicdw in https://github.com/PrefectHQ/prefect/pull/16369
Development & Tidiness ๐Ÿงน
* Consolidate use of `DateTime` to `prefect.types` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16356
* Fix type analysis check for PRs from forks by desertaxle in https://github.com/PrefectHQ/prefect/pull/16359
* improve `Dockerfile` build time and add CI to catch future slow downs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16348
* Add buffer to type completeness check by desertaxle in https://github.com/PrefectHQ/prefect/pull/16361
* only run docker build bench on push to main by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16365
* [typing] `prefect.tasks` and `prefect.task_worker` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16332
* update `entrypoint.sh` to use `uv` for `EXTRA_PIP_PACKAGES` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16291
Documentation ๐Ÿ““
* Update flow run instrumentation to use `RunTelemetry` class by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16233
* Add experimental support for emitting lineage events by abrookins in https://github.com/PrefectHQ/prefect/pull/16242
* update tutorial for clarity by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16354
Uncategorized
* Pick up trace context from run labels by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16346


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

3.1.7.dev1

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

What's Changed
Development & Tidiness ๐Ÿงน
* Exclude UI v2 PRs from the release notes auto-generation by desertaxle in https://github.com/PrefectHQ/prefect/pull/16344
* remove `sync_compatible` from `git_clone` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16340
* [typing] `prefect.serializers` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16331
* remove `sync_compatible` from `prefect.variables` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16349
Documentation ๐Ÿ““
* Remove missing page from the nav by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/16351
Uncategorized
* Add `Block.aload` method and remove `sync_compatible` from `Block.load` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16341
* Update release notes for tidiness by cicdw in https://github.com/PrefectHQ/prefect/pull/16343


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.6...3.1.7.dev1

3.1.6

This release begins a concerted effort to improve our public interface's type completeness; we hope that this will make the experience of authoring Prefect flows within IDEs more robust and allow for better autocomplete. We welcome all contributions to this effort - [follow along with this issue to get involved](https://github.com/PrefectHQ/prefect/issues/16292)!

Enhancements โž•โž•
* expose `job_variables` in `runtime.flow_run` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16124
* Add `aserve` utility for serving multiple flows from an asynchronous context by GitAlexxx in https://github.com/PrefectHQ/prefect/pull/15972
* Add work-pool id/name to labels donated by worker to flow run by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16252
* Raise informative errors when failing to bootstrap telemetry by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16253
* remove `sync_compatible` from `build_server` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16314

Bug Fixes ๐Ÿž
* Fix setting task states with duplicate timestamps by GalLadislav in https://github.com/PrefectHQ/prefect/pull/16145
* fix `__getattr__` conflict in `prefect.docker.__init__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16172
* Fix result store serialization to include all necessary attributes by desertaxle in https://github.com/PrefectHQ/prefect/pull/16189
* Support flow deletion in Prefect Python client by paulusaptus in https://github.com/PrefectHQ/prefect/pull/16308

Integrations & Dependencies ๐Ÿค
* bump required minor versions of core by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16192
* Instrument task runs by jeanluciano in https://github.com/PrefectHQ/prefect/pull/15955

Development & Tidiness ๐Ÿงน
* clean up repo root by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16177
* rm discourse references by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16176
* limit event name length by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16097
* Add `from_profiles_yml` to dbt `TargetConfigs` by kevingrismore in https://github.com/PrefectHQ/prefect/pull/16178
* Rename `prefect.server.database.migrations` to `prefect.server.database._migrations` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16214
* Improve typing completeness of internal base models by desertaxle in https://github.com/PrefectHQ/prefect/pull/16217
* update typing in `blocks.abstract` and `concurrency` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16212
* strict type client modules by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16223
* Bring ORM models and Alembic migrations in sync by mjpieters in https://github.com/PrefectHQ/prefect/pull/16221
* Include info about registering built-in blocks by pypae in https://github.com/PrefectHQ/prefect/pull/16244
* Move UI pre-commit hooks from `husky` to `pre-commit` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16246
* make `flow` and `task` decorators pass strict typing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16251
* use `uv` to install dependencies in the `Dockerfile` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16235
* fruitful typing scouring by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16255
* [typing] prefect.client by mjpieters in https://github.com/PrefectHQ/prefect/pull/16265
* OTEL flow run context propagation with Labels by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16122
* Link Docker build `NODE_VERSION` to `.nvmrc` by desertaxle in https://github.com/PrefectHQ/prefect/pull/16282
* fix typing and route in flow run logs download api ref by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16281
* avoiding timing issue in flaky test by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16275
* Add a new tutorial which shows how to debug a failing pipeline by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/16225
* Adds note to rate limits doc linking to client settings by EmilRex in https://github.com/PrefectHQ/prefect/pull/16286
* [typing] fix typing related to `prefect.main` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16288
* 3.9 compat for `debug.mdx` tutorial by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16296
* Include more helpful output in type completeness check by desertaxle in https://github.com/PrefectHQ/prefect/pull/16327
* Temporarily disable passing worker labels to flow run by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16339
* Add type completeness check to CI by desertaxle in https://github.com/PrefectHQ/prefect/pull/16194
* improve typing of variables.py by aaazzam in https://github.com/PrefectHQ/prefect/pull/16216
* Use SQLAlchemy 2.0 style for ORM models, make typing complete by mjpieters in https://github.com/PrefectHQ/prefect/pull/16230
* [typing] highlighters.py by aaazzam in https://github.com/PrefectHQ/prefect/pull/16259
* [typing] Update migration.py by aaazzam in https://github.com/PrefectHQ/prefect/pull/16261
efect/pull/16266
* [typing] Use correct type narrowing construct by mjpieters in https://github.com/PrefectHQ/prefect/pull/16269
* [typing] prefect.utilities by mjpieters in https://github.com/PrefectHQ/prefect/pull/16298

New Contributors
* GitAlexxx made their first contribution in https://github.com/PrefectHQ/prefect/pull/15972
* mjpieters made their first contribution in https://github.com/PrefectHQ/prefect/pull/16221
* pypae made their first contribution in https://github.com/PrefectHQ/prefect/pull/16244
* paulusaptus made their first contribution in https://github.com/PrefectHQ/prefect/pull/16308

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.5...3.1.6

Page 18 of 80

Links

Releases

Has known vulnerabilities

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