Prefect

Latest version: v3.1.4

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

Scan your dependencies

Page 5 of 59

3.0.11

Enhancements โž•โž•
* Add setting to configure default max workers for `ThreadPoolTaskRunner` by soamicharan in https://github.com/PrefectHQ/prefect/pull/15719
* Improve handling of interrupts to `serve` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15727
* Checks for active workers when deploying by jeanluciano in https://github.com/PrefectHQ/prefect/pull/15632
* Highlight `Cached` state in console logs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15801

Bug Fixes ๐Ÿž
* Fix origin repo check that bypasses Docker Login on PRs originating from forks by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15724
* Fix capture of pod logs for `run_namespaced_job` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15732
* Add `/api` to `PREFECT_UI_API_URL` in default case by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15736
* Pass lowercase log level to uvicorn server by gigaverse-oz in https://github.com/PrefectHQ/prefect/pull/15680
* Fix handling of Dask DataFrame and other Awaitables passed to `run_coro_as_sync` by kzvezdarov in https://github.com/PrefectHQ/prefect/pull/15687
* Wraps `run_dbt_` functions in `sync_compatible` by EmilRex in https://github.com/PrefectHQ/prefect/pull/15740
* Fix custom task run name rendering by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15773
* Fix incorrect import in agents to workers guide by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15789
* Soft wrap deployment link by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15787
* Fix worker filter param by zangell44 in https://github.com/PrefectHQ/prefect/pull/15804
* Include env defaults from `variables.properties.env` in deep merge by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15692
* Fix wrong exception in lazy import __getattr__ by protagonyist in https://github.com/PrefectHQ/prefect/pull/15741

Integrations & Dependencies ๐Ÿค
* Set minimum version of `pydantic-settings` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15797
`prefect-gcp`
* Support CloudSQL volumes for cloud run jobs by matmiad in https://github.com/PrefectHQ/prefect/pull/15778
`prefect-dbt`
* Fix dbt CLI argument parsing for multipart commands by e1337us3r in https://github.com/PrefectHQ/prefect/pull/15714
`prefect-kubernetes`
* Avoid crashing flows when job watch exits but conatiner is still running by soamicharan in https://github.com/PrefectHQ/prefect/pull/15728
* Add `_request_timeout` to Kubernetes watches by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15744


Development & Tidiness ๐Ÿงน
* Create settings models for CLI and client settings by desertaxle in https://github.com/PrefectHQ/prefect/pull/15640
* Create settings models for cloud, deployments, and logging by desertaxle in https://github.com/PrefectHQ/prefect/pull/15749
* Create settings models for flows, results, and runners by desertaxle in https://github.com/PrefectHQ/prefect/pull/15754
* Create server settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15758
* Create settings submodules by desertaxle in https://github.com/PrefectHQ/prefect/pull/15772
* Create settings models for services, events, tasks, and the flow run graph by desertaxle in https://github.com/PrefectHQ/prefect/pull/15776
* Create worker, tasks, testing, and UI settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15784
* Fix failing work queue test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15709
* Split out runner and worker tests to avoid hanging test suite by desertaxle in https://github.com/PrefectHQ/prefect/pull/15715
* Only authenticate with Docker when running on a branch by desertaxle in https://github.com/PrefectHQ/prefect/pull/15708
* Give more time for integration serve flow by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15720
* De-flake serve integration test by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15726
* Add code coverage generation and upload for Python tests by desertaxle in https://github.com/PrefectHQ/prefect/pull/15690
* Remove `setuptools` and update `pip` pin in Docker build by desertaxle in https://github.com/PrefectHQ/prefect/pull/15759
* Improve map typing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15757
* Ignore errors when cleaning up after deploy integration test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15768
* Disable automatic markdown tests by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15782
* Fix typing for triggers schemas by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15792
* Update instructions on bug report issue template by desertaxle in https://github.com/PrefectHQ/prefect/pull/15795
* Format example code in `README.md` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15807
* Fix typo in prefect-databricks by aaazzam in https://github.com/PrefectHQ/prefect/pull/15800
* Fix links to 3.0 docs that are missing a leading slash by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15704
* Add a few notes to Docker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15706
* Improve table formatting in docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15700
* Fix docs links for integrations by discdiver in https://github.com/PrefectHQ/prefect/pull/15702
* More accessible wording for job variable overrides docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15669
* Fix `automation-assement.py` by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15710
* Give more time for state to integration flow to finish by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15723
* Fix a few spelling issues in docs by discdiver in https://github.com/PrefectHQ/prefect/pull/15737
* Updated Docker push step in docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15748
* Clear up namespace selection in Kubernetes guide by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15765
* Update Docker image reference in aci_worker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15745
* Fix minor typo on "Deploy overview" page. by Noah-Haf in https://github.com/PrefectHQ/prefect/pull/15771
* Add note about schedule kwargs change from 2.x to 3.x by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15803
* Update prefecthq/prefect-ui-library to version 3.11.3 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15717
* Update prefecthq/prefect-ui-library to version 3.11.4 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15738
* Update prefecthq/prefect-ui-library to version 3.11.7 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15756
* Update prefecthq/prefect-design to version 2.13.3 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15721
* Update prefecthq/prefect-design to version 2.13.4 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15742
* Update prefecthq/prefect-design to version 2.13.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15785
* Update prefecthq/prefect-ui-library to version 3.11.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15743
* Update prefecthq/prefect-ui-library to version 3.11.6 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15746
* Bump tailwindcss from 3.4.13 to 3.4.14 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15767
* Bump vite from 5.4.8 to 5.4.9 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15766

New Contributors
* soamicharan made their first contribution in https://github.com/PrefectHQ/prefect/pull/15728
* gigaverse-oz made their first contribution in https://github.com/PrefectHQ/prefect/pull/15680
* protagonyist made their first contribution in https://github.com/PrefectHQ/prefect/pull/15741
* Noah-Haf made their first contribution in https://github.com/PrefectHQ/prefect/pull/15771

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.10...3.0.11

3.0.11.dev10

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

What's Changed
Bug Fixes ๐Ÿž
* Use released version of `pytest-markdown-docs` by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/15808
* remove `max_active_runs` and `catchup` fields by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15810
Uncategorized
* Fix documentation link to task settings by jmbhughes in https://github.com/PrefectHQ/prefect/pull/15809

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

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.11...3.0.11.dev10

3.0.11.dev9

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

What's Changed
Enhancements โž•โž•
* Fix typo in prefect-databricks by aaazzam in https://github.com/PrefectHQ/prefect/pull/15800
* highlight `Cached` state in console by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15801
Integrations & Dependencies ๐Ÿค
* require `pydantic-settings>2.2.1` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15797
Development & Tidiness ๐Ÿงน
* fix phantom missing fields for triggers schemas by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15792
* Update instructions on bug report issue template by desertaxle in https://github.com/PrefectHQ/prefect/pull/15795
* make `README.md` example easier to read by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15807
Uncategorized
* add schedule gotcha by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15803
* Create worker, tasks, testing, and UI settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15784
* Fix worker filter param by zangell44 in https://github.com/PrefectHQ/prefect/pull/15804


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.11.dev8...3.0.11.dev9

3.0.11.dev8

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

What's Changed
Enhancements โž•โž•
* Checks for active workers when deploying by jeanluciano in https://github.com/PrefectHQ/prefect/pull/15632
Bug Fixes ๐Ÿž
* Fix custom task run name rendering by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15773
* fix incorrect import in agents to workers guide by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15789
* Soft wrap deployment link by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15787
Integrations & Dependencies ๐Ÿค
* feat: support cloudsql volumes for cloud run jobs by matmiad in https://github.com/PrefectHQ/prefect/pull/15778
Development & Tidiness ๐Ÿงน
* disable automatic markdown tests by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15782
* Update prefecthq/prefect-design to version 2.13.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15785
* Bump vite from 5.4.8 to 5.4.9 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15766
* Bump tailwindcss from 3.4.13 to 3.4.14 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15767
Uncategorized
* Add settings models for services, events, tasks, and the flow run graph by desertaxle in https://github.com/PrefectHQ/prefect/pull/15776


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.11.dev7...3.0.11.dev8

3.0.11.dev7

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

What's Changed
Development & Tidiness ๐Ÿงน
* Create settings submodules by desertaxle in https://github.com/PrefectHQ/prefect/pull/15772


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.11.dev6...3.0.11.dev7

3.0.11.dev6

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

What's Changed
Bug Fixes ๐Ÿž
* Wraps run_dbt_ function in sync_compatible by EmilRex in https://github.com/PrefectHQ/prefect/pull/15740
Development & Tidiness ๐Ÿงน
* Create settings models for flows, results, and runners by desertaxle in https://github.com/PrefectHQ/prefect/pull/15754
* Ignore errors when cleaning up after deploy integration test by desertaxle in https://github.com/PrefectHQ/prefect/pull/15768
Uncategorized
* Update Docker image reference in aci_worker docs page by discdiver in https://github.com/PrefectHQ/prefect/pull/15745
* Adds server settings models by desertaxle in https://github.com/PrefectHQ/prefect/pull/15758
* fix wrong exception in lazy import __getattr__ by protagonyist in https://github.com/PrefectHQ/prefect/pull/15741
* Include env defaults from `variables.properties.env` in deep merge by kevingrismore in https://github.com/PrefectHQ/prefect/pull/15692
* Fix minor typo on "Deploy overview" page. by Noah-Haf in https://github.com/PrefectHQ/prefect/pull/15771

New Contributors
* protagonyist made their first contribution in https://github.com/PrefectHQ/prefect/pull/15741
* Noah-Haf made their first contribution in https://github.com/PrefectHQ/prefect/pull/15771

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.0.11.dev5...3.0.11.dev6

Page 5 of 59

Links

Releases

Has known vulnerabilities

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