Prefect

Latest version: v3.3.1

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

Scan your dependencies

Page 15 of 80

3.1.12.dev1

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

What's Changed
Uncategorized
* Refactor Deployment CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16576
* Refactor Automations CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16579


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.11...3.1.12.dev1

3.1.11

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

What's Changed
Enhancements โž•โž•
* Sparse checkout for git pulls by tetracionist in https://github.com/PrefectHQ/prefect/pull/15824
* Add a "limit" option prefect flow serve CLI by pwl in https://github.com/PrefectHQ/prefect/pull/16527

Bug Fixes ๐Ÿž
* log rendered custom `flow_run_name` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16517
* Server should exit with non-0 on error by martimors in https://github.com/PrefectHQ/prefect/pull/16476
* Private submodule support for `GitRepository` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16518
* Add support for `NO_PROXY` for websocket connections by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16538
* Avoid `Path` interpreting `.` in deployment names as the beginning of a file extension by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16553
* Fix task overload for decorator kwargs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16540
* RunTelemetry start span uses run name instead of flow/task name by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16389

Integrations & Dependencies ๐Ÿค
* Fix `TypeError` in `SnowflakeConnector.fetch_all` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16511
* Fix `fetch_one` and `fetch_many` in `prefect-snowflake` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16554
* Add redis streams messaging to `redis-streams` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16432

Development & Tidiness ๐Ÿงน
* [typing] prefect.concurrency by mjpieters in https://github.com/PrefectHQ/prefect/pull/16441
* [typing] prefect._internal, prefect.server.utilities by mjpieters in https://github.com/PrefectHQ/prefect/pull/16497
* [typing] - `prefect.cli` part 1 by desertaxle in https://github.com/PrefectHQ/prefect/pull/16546
* Fix overloads for `wait_for` and `return_state` in `Task.__call__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16547
* Add local-telemetry stack for investigating server performance by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16483
* Refactor Client's Artifact CRUD methods into Mixin by aaazzam in https://github.com/PrefectHQ/prefect/pull/16496
* Refactor Variable CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16564
* Refactor Log CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16565
* Correct link to contribution guidelines by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16539
* Label all resources in lineage events by abrookins in https://github.com/PrefectHQ/prefect/pull/16471
* update readme by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16519
* Remove deprecated result fields and classes and associated utilities by cicdw in https://github.com/PrefectHQ/prefect/pull/16552
* Add typing to model_config by aaazzam in https://github.com/PrefectHQ/prefect/pull/16562
* Refactor ConcurrencyLimit CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16567

Documentation ๐Ÿ““
* Update snowflake integration docs by seanpwlms in https://github.com/PrefectHQ/prefect/pull/16556

v2 UI
* feat: Updating tags and groups for ui-v2 dependabot by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16499


New Contributors
* pwl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16527
* martimors made their first contribution in https://github.com/PrefectHQ/prefect/pull/16476
* jbw-vtl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16539
* tetracionist made their first contribution in https://github.com/PrefectHQ/prefect/pull/15824
* brunifrancesco made their first contribution in https://github.com/PrefectHQ/prefect/pull/16400

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.10...3.1.11

3.1.11.dev5

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

What's Changed
Bug Fixes ๐Ÿž
* Refactor Variable CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16564
* Refactor Log CRUD methods in client by aaazzam in https://github.com/PrefectHQ/prefect/pull/16565
Uncategorized
* Add typing to model_config by aaazzam in https://github.com/PrefectHQ/prefect/pull/16562


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.11.dev4...3.1.11.dev5

3.1.11.dev4

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

What's Changed
Bug Fixes ๐Ÿž
* fix `fetch_one` and `fetch_many` in `prefect-snowflake` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16554
* avoid `Path` interpreting `.` in deployment names as the beginning of a file extension by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16553
* Refactor Client's Artifact CRUD methods into Mixin by aaazzam in https://github.com/PrefectHQ/prefect/pull/16496
Documentation ๐Ÿ““
* add local-telemetry stack for investigating server performance by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16483
Uncategorized
* update readme by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16519
* Remove deprecated result fields and classes and associated utilities by cicdw in https://github.com/PrefectHQ/prefect/pull/16552
* RunTelemetry start span uses run name instead of flow/task name by jeanluciano in https://github.com/PrefectHQ/prefect/pull/16389


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

3.1.11.dev3

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

What's Changed
Bug Fixes ๐Ÿž
* Private submodule support for `GitRepository` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/16518
* feat: Add support for NO_PROXY for websocket connections by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16538
Integrations & Dependencies ๐Ÿค
* add redis streams messaging to `redis-streams` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16432
Development & Tidiness ๐Ÿงน
* [typing] - `prefect.cli` part 1 by desertaxle in https://github.com/PrefectHQ/prefect/pull/16546
* fix overloads for `wait_for` and `return_state` in `Task.__call__` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16547
Documentation ๐Ÿ““
* Update snowflake integration docs by seanpwlms in https://github.com/PrefectHQ/prefect/pull/16556
Uncategorized
* fix: Correct link to contribution guidelines by jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16539
* Label all resources in lineage events by abrookins in https://github.com/PrefectHQ/prefect/pull/16471

New Contributors
* jbw-vtl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16539

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

3.1.11.dev2

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

What's Changed
Bug Fixes ๐Ÿž
* Server should exit with non-0 on error by martimors in https://github.com/PrefectHQ/prefect/pull/16476
Uncategorized
* Add a "limit" option prefect flow serve CLI by pwl in https://github.com/PrefectHQ/prefect/pull/16527

New Contributors
* pwl made their first contribution in https://github.com/PrefectHQ/prefect/pull/16527
* martimors made their first contribution in https://github.com/PrefectHQ/prefect/pull/16476

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

Page 15 of 80

Links

Releases

Has known vulnerabilities

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