Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prefect from 2.17.1 to 2.19.4 #21

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

Bumps prefect from 2.17.1 to 2.19.4.

Release notes

Sourced from prefect's releases.

2.19.4

Fixes

  • Fix Could not find flow '[...]' in '[...].py' errors when using prefect deploy to deploy async flows - PrefectHQ/prefect#13769
  • Fix parameter schema generation for flows with positional only and keyword only arguments when using prefect deploy - PrefectHQ/prefect#13778
  • Fix use of dynamic models in flow typing when using prefect deploy - PrefectHQ/prefect#13781
  • Allow clients to provide task run ID during creation to enable compatibility between 2.x servers and 3.0.0rc clients - PrefectHQ/prefect#13683

Documentation

All changes: PrefectHQ/prefect@2.19.3...2.19.4

Release 2.19.3

New method for generating parameter schemas without dependencies

prefect deploy now works even when dependencies are missing from the current environment. This can speed up deployment via CI by removing the need to install dependencies before deploying your flows.

See the following pull requests for implementation details:

Enhancements

Fixes

Integrations

All changes: PrefectHQ/prefect@2.19.2...2.19.3

Release 2.19.2

This release includes a few bug fixes, ensuring:

2.19.1

Release 2.19.1

Enhancements to prefect-dbt for running dbt-core commands

Introducing prefect-dbt summary artifacts! With summary artifacts, you get a view of all of the runs that succeeded, failed, or were skipped as well as where the failed models live in your dbt project and why they failed. This exposes information about each dbt node in a succinct format that teams can use for development, debugging, insights, and so much more.

These changes are available in prefect-dbt version 0.5.0!

... (truncated)

Changelog

Sourced from prefect's changelog.

Release 2.19.4

Fixes

  • Fix Could not find flow '[...]' in '[...].py' errors when using prefect deploy to deploy async flows - PrefectHQ/prefect#13769
  • Fix parameter schema generation for flows with positional only and keyword only arguments when using prefect deploy - PrefectHQ/prefect#13778
  • Fix use of dynamic models in flow typing when using prefect deploy - PrefectHQ/prefect#13781
  • Allow clients to provide task run ID during creation to enable compatibility between 2.x servers and 3.0.0rc clients - PrefectHQ/prefect#13683

Documentation

All changes: PrefectHQ/prefect@2.19.3...2.19.4

Release 2.19.3

New method for generating parameter schemas without dependencies

prefect deploy now works even when dependencies are missing from the current environment. This can speed up deployment via CI by removing the need to install dependencies before deploying your flows.

See the following pull requests for implementation details:

Enhancements

Fixes

Integrations

All changes: PrefectHQ/prefect@2.19.2...2.19.3

Release 2.19.2

Fixes

Documentation

All changes: PrefectHQ/prefect@2.19.1...2.19.2

Release 2.19.1

... (truncated)

Commits
  • 867543a 2.19.4 release notes (#13784)
  • 9c584e8 Load assignments when safeloading a namespace (#13781)
  • a23a2a6 Add handling for positional only and keyword only arguments when parsing a fu...
  • 8da45fb Fix load_flow_argument_from_entrypoint to work with async flows (#13769)
  • e7ec6c5 Add Docker deployment steps page to centralized integration docs (#13720)
  • 255ef98 Allowing clients to provide TaskRun ids (#13683)
  • 9f9083b Fix flaky 2.x CI tests (#13680)
  • ce378ef Update RELEASE-NOTES.md on 2.x branch (#13679)
  • 4813835 Skip on cancellation hooks if runner cant load flow (#13669)
  • 9d7373e Allow flow parameter schema generation when dependencies are missing (#13620)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prefect](https://github.com/PrefectHQ/prefect) from 2.17.1 to 2.19.4.
- [Release notes](https://github.com/PrefectHQ/prefect/releases)
- [Changelog](https://github.com/PrefectHQ/prefect/blob/2.19.4/RELEASE-NOTES.md)
- [Commits](PrefectHQ/prefect@2.17.1...2.19.4)

---
updated-dependencies:
- dependency-name: prefect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jeanluciano as a code owner June 5, 2024 08:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 14, 2024

Superseded by #22.

@dependabot dependabot bot closed this Jun 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/prefect-2.19.4 branch June 14, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants