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

fix(calculate): update dependency prefect to v2.13.5 #11671

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prefect (source, changelog) 2.13.4 -> 2.13.5 age adoption passing confidence

⚠ 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.5

Compare Source

Load and serve remotely stored flows

You can now load and serve flows from a git repository!

With the new flow.from_source method, you can specify a git repository and a path to a flow file in that repository. This method will return a flow object that can be run or served with flow.serve().

Here's an example of loading a flow from a git repository and serving it:

from prefect import flow

if __name__ == "__main__":
    flow.from_source(
        source="https://github.com/org/repo.git",
        entrypoint="path/to/flow.py:my_flow",
    ).serve(name="deployment-from-remote-flow")

When you load and serve a flow from a git repository, the serving process will periodically poll the repository for changes. This means that you can update the flow in the repository and the changes will be reflected in the served flow without restarting the serve script!

To learn more about loading and serving flows from a git repository, check out the docs!

See the following pull requests for details:

Experimental Pydantic 2 Compatibility

We're working eagerly toward having prefect installable with either pydantic<2 or pydantic>2. As a first step toward compatibility, we've ensured that Prefect's use of pydantic is isolated from your use of pydantic in as many ways as possible. As of this release, prefect still has a stated pydantic requirement of <2, but we are testing against pydantic>2 in our continuous integration tests. If you're feeling adventurous, feel free to manually install pydantic>2 and run some flows with it. If you do, please let us know how it's going with a note in Slack or with a Github issue.

See the following pull requests for details

Enhancements
Fixes
Documentation
Contributors

All changes: PrefectHQ/prefect@2.13.4...2.13.5


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from hongbo-miao as a code owner October 6, 2023 20:00
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@renovate renovate bot temporarily deployed to test October 6, 2023 20:00 Inactive
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mergify mergify bot merged commit 64e392b into main Oct 6, 2023
78 checks passed
@mergify mergify bot deleted the renovate/calculate-prefect-2.x branch October 6, 2023 20:03
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

🎉 This PR is included in version 1.92.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants