Prefect

Latest version: v3.3.1

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

Scan your dependencies

Page 20 of 80

3.1.6.dev4

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

What's Changed
Development & Tidiness ๐Ÿงน
* Bring ORM models and Alembic migrations in sync by mjpieters in https://github.com/PrefectHQ/prefect/pull/16221
Uncategorized
* Use SQLAlchemy 2.0 style for ORM models, make typing complete by mjpieters in https://github.com/PrefectHQ/prefect/pull/16230
* [UI v2] feat: Adding mutations for global concurrency limit by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16224
* [UI v2] feat: Simplifies typography by introducing a simple typography component by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16231
* [UI v2] feat: Moves Typography component to use cva style by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16236
* [UI v2] feat: Starts page layout for concurrency page by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16226

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

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

3.1.6.dev3

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

What's Changed
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 ๐Ÿงน
* [UI v2] Use cva() on StateBadge by evan-liu in https://github.com/PrefectHQ/prefect/pull/16209
* [UI v2] feat: Adds EmptyState for Task Run Concurrency Limits by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16203
* 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
* [UI v2] feat: Adding Icon component to consolidate available icons for the UI by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16208
* strict type client modules by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16223
Uncategorized
* 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
* [UI v2] feat: Adds global concurrency limit query definitions by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16220


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

3.1.6.dev2

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

What's Changed
Enhancements โž•โž•
* Add `aserve` utility for serving multiple flows from an asynchronous context by GitAlexxx in https://github.com/PrefectHQ/prefect/pull/15972
Bug Fixes ๐Ÿž
* Fix result store serialization to include all necessary attributes by desertaxle in https://github.com/PrefectHQ/prefect/pull/16189
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-ui-library to version 3.11.21 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/16181
* Add tutorial that shows how to set up Prefect Cloud as a platform for data teams by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/16123
Uncategorized
* [UI v2] exercise: Adds test for variables hook that focuses on react query and query caching and invalidation by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16158
* [UI v2] feat: Adding DocsLink reusable component by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16190
* [UI v2] feat: Adding generic empty-state component, and replaced variables empty-state for it by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16193
* [UI v2] feat: Adds GlobalConcurrencyLimitEmptyState component to be used in concurrency route development by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16195

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

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

3.1.6.dev1

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

What's Changed
Enhancements โž•โž•
* expose `job_variables` in `runtime.flow_run` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16124
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
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
Uncategorized
* [UI v2] Add `StateBadge` component by desertaxle in https://github.com/PrefectHQ/prefect/pull/16164


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

3.1.5

Enhancements โž•โž•
* allow filtering by flow run tags via `any_` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16072
* migrate `prefect_aws.s3` async tasks to `async_dispatch` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16096
* Add debug log for global concurrency limit wait by EmilRex in https://github.com/PrefectHQ/prefect/pull/16077
* Asyncify the flow run engine by desertaxle in https://github.com/PrefectHQ/prefect/pull/16095
* Improve scheduled flows query by desertaxle in https://github.com/PrefectHQ/prefect/pull/16132

Bug Fixes ๐Ÿž
* Fallback to default profile when profiles file is empty by desertaxle in https://github.com/PrefectHQ/prefect/pull/16119
* Fix error when listing workspaces without an active workspace by desertaxle in https://github.com/PrefectHQ/prefect/pull/16130
* fix ssl verify and update tests by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16149
* Stop running all services in ephemeral app by cicdw in https://github.com/PrefectHQ/prefect/pull/16120

Integrations & Dependencies ๐Ÿค
* migrate `prefect_aws.client_waiter` off `sync_compatible` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16082
* migrate `prefect_aws.lambda_function` off `sync_compatible` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16083
* revert `pydantic==2.10.0` workaround given upstream fix by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16087
* migrate `prefect_aws.secrets_manager` off `sync_compatible` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16169

Development & Tidiness ๐Ÿงน
* [UI v2] Move delete variable mutation to variable hooks module by desertaxle in https://github.com/PrefectHQ/prefect/pull/16141
* [UI v2] feat: Introducing declarative useSet custom hook and replacing selected tags state for this hook by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16143
* [UI v2] feat: Use queryOptions API to define queries by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16133
* [UI v2] dev: Adds tanstack query eslint rules and updates docs for variable mutations by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16157
* Minor docs IA clean up by daniel-prefect in https://github.com/PrefectHQ/prefect/pull/16073
* Implement `labels` field on Flow, Deployment, FlowRun, and TaskRun by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16050
* Fix redirect by discdiver in https://github.com/PrefectHQ/prefect/pull/16092
* Create `BaseFlowRunEngine` and `AsyncFlowRunEngine` shell by desertaxle in https://github.com/PrefectHQ/prefect/pull/16091
* [UI v2] Edit variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/16035
* [UI v2] Refactor parts of variables components by desertaxle in https://github.com/PrefectHQ/prefect/pull/16084
* added noZoom tag to integration images by markupboy in https://github.com/PrefectHQ/prefect/pull/16107
* [UI v2] feat: Adds tanstack query dev tools for development mode by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16131
* [UI v2] feat: Have UX related mutation callbacks be handled in the UX layer by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16136
* rm docs referencing `incidents` by aaazzam in https://github.com/PrefectHQ/prefect/pull/16139
* [UI v2] feat: simplfies invalidating all variable queries by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16140

New Contributors
* markupboy made their first contribution in https://github.com/PrefectHQ/prefect/pull/16107
* devinvillarosa made their first contribution in https://github.com/PrefectHQ/prefect/pull/16131

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

3.1.5.dev5

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

What's Changed
Enhancements โž•โž•
* [UI v2] Move delete variable mutation to variable hooks module by desertaxle in https://github.com/PrefectHQ/prefect/pull/16141
Bug Fixes ๐Ÿž
* Fix error when listing workspaces without an active workspace by desertaxle in https://github.com/PrefectHQ/prefect/pull/16130
Development & Tidiness ๐Ÿงน
* [UI v2] feat: Adds tanstack query dev tools for development mode by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16131
* [UI v2] feat: Have UX related mutation callbacks be handled in the UX layer by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16136
* Improve scheduled flows query by desertaxle in https://github.com/PrefectHQ/prefect/pull/16132
* rm docs referencing `incidents` by aaazzam in https://github.com/PrefectHQ/prefect/pull/16139
* [UI v2] feat: simplfies invalidating all variable queries by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16140
* Add caching doc section on unserializable inputs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16135
Uncategorized
* [UI v2] feat: Use queryOptions API to define queries by devinvillarosa in https://github.com/PrefectHQ/prefect/pull/16133

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

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

Page 20 of 80

Links

Releases

Has known vulnerabilities

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