fix(print-platform): update dependency prefect to v2.13.6 #11855
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13.5
->2.13.6
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
PrefectHQ/prefect (prefect)
v2.13.6
Compare Source
Specify a default result storage block as a setting
Previously, specifying result storage blocks necessitated changes in the
@flow
or@task
decorator. Now, thePREFECT_DEFAULT_RESULT_STORAGE_BLOCK
setting allows users to set a default storage block on a work pool or via job variables for a deployment. For example, to set a default storage block for a deployment viaprefect.yaml
:This enhancement enables easier swapping of result storages by just updating the environment in the UI or in your
prefect.yaml
, eliminating the need to alter your flow source code.See the following pull request for details:
Experimental support for enhanced cancellation
We're introducing a new experimental feature that will enable more consistent and reliable cancellation of flow runs.
To enable enhanced cancellation, set the
PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION
setting on your worker or agents toTrue
:prefect config set PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION=True
When enabled, you can cancel flow runs where cancellation can fail, such as when your worker is offline. We will continue to develop enhanced cancellation to improve its reliability and performance. If you encounter any issues, please let us know in Slack or with a Github issue.
Note: If you are using the Kubernetes worker, you will need to update your
prefect-kubernetes
installation to0.3.1
. If you are using the Cloud Run or Vertex AI workers, you will need to update yourprefect-gcp
installation to0.5.1
.See the following pull requests for details:
Enhancements
Fixes
prefect deploy
prompt for remote storage if a global pull step is already defined - https://github.com/PrefectHQ/prefect/pull/10941Documentation
Contributors
All changes: PrefectHQ/prefect@2.13.5...3.13.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.