Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump prefect[dask] from 3.1.5 to 3.1.7 (#2571)
Bumps [prefect[dask]](https://github.com/PrefectHQ/prefect) from 3.1.5 to 3.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PrefectHQ/prefect/releases">prefect[dask]'s releases</a>.</em></p> <blockquote> <h2>3.1.7: Straight outta Half Moon Bay</h2> <h2>What's Changed</h2> <h3>Enhancements ➕➕</h3> <ul> <li>Support http proxies for websockets by <a href="https://github.com/jakekaplan"><code>@jakekaplan</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16326">PrefectHQ/prefect#16326</a></li> <li>update contributor dev instructions by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16376">PrefectHQ/prefect#16376</a></li> </ul> <h3>Bug Fixes 🐞</h3> <ul> <li>Fix missing terminal state timings for TimedOut tasks by <a href="https://github.com/GalLadislav"><code>@GalLadislav</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16328">PrefectHQ/prefect#16328</a></li> <li>Early error on bad retry delay types by <a href="https://github.com/cicdw"><code>@cicdw</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16369">PrefectHQ/prefect#16369</a></li> <li>[typing] add overload for empty <code>@task</code> decorator by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16386">PrefectHQ/prefect#16386</a></li> <li>Use <code>websocket_connect</code> utility in <code>Subscriptions</code> by <a href="https://github.com/jakekaplan"><code>@jakekaplan</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16388">PrefectHQ/prefect#16388</a></li> <li>dont ask to confirm deletion of non-existent gcl by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16379">PrefectHQ/prefect#16379</a></li> </ul> <h3>Development & Tidiness 🧹</h3> <ul> <li>Add <code>Block.aload</code> method and remove <code>@sync_compatible</code> from <code>Block.load</code> by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16341">PrefectHQ/prefect#16341</a></li> <li>Exclude UI v2 PRs from the release notes auto-generation by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16344">PrefectHQ/prefect#16344</a></li> <li>remove <code>sync_compatible</code> from <code>git_clone</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16340">PrefectHQ/prefect#16340</a></li> <li>[typing] <code>prefect.serializers</code> by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16331">PrefectHQ/prefect#16331</a></li> <li>remove <code>sync_compatible</code> from <code>prefect.variables</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16349">PrefectHQ/prefect#16349</a></li> <li>Consolidate use of <code>DateTime</code> to <code>prefect.types</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16356">PrefectHQ/prefect#16356</a></li> <li>Fix type analysis check for PRs from forks by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16359">PrefectHQ/prefect#16359</a></li> <li>improve <code>Dockerfile</code> build time and add CI to catch future slow downs by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16348">PrefectHQ/prefect#16348</a></li> <li>Add buffer to type completeness check by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16361">PrefectHQ/prefect#16361</a></li> <li>only run docker build bench on push to main by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16365">PrefectHQ/prefect#16365</a></li> <li>[typing] <code>prefect.tasks</code> and <code>prefect.task_worker</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16332">PrefectHQ/prefect#16332</a></li> <li>update <code>entrypoint.sh</code> to use <code>uv</code> for <code>EXTRA_PIP_PACKAGES</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16291">PrefectHQ/prefect#16291</a></li> <li>update example output for <code>prefect work-pool inspect</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16378">PrefectHQ/prefect#16378</a></li> <li>[typing] prefect.server.utilities.database by <a href="https://github.com/mjpieters"><code>@mjpieters</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16368">PrefectHQ/prefect#16368</a></li> <li>Pick up trace context from run labels by <a href="https://github.com/bunchesofdonald"><code>@bunchesofdonald</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16346">PrefectHQ/prefect#16346</a></li> <li>Refactor db_injector decorator by <a href="https://github.com/mjpieters"><code>@mjpieters</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16390">PrefectHQ/prefect#16390</a></li> <li>Correctly maintain span hierarchy when instrumenting nested tasks/flows by <a href="https://github.com/bunchesofdonald"><code>@bunchesofdonald</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16384">PrefectHQ/prefect#16384</a></li> </ul> <h3>Documentation 📓</h3> <ul> <li>Remove missing page from the nav by <a href="https://github.com/daniel-prefect"><code>@daniel-prefect</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16351">PrefectHQ/prefect#16351</a></li> <li>Update flow run instrumentation to use <code>RunTelemetry</code> class by <a href="https://github.com/jeanluciano"><code>@jeanluciano</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16233">PrefectHQ/prefect#16233</a></li> <li>Add experimental support for emitting lineage events by <a href="https://github.com/abrookins"><code>@abrookins</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16242">PrefectHQ/prefect#16242</a></li> <li>update tutorial for clarity by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16354">PrefectHQ/prefect#16354</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PrefectHQ/prefect/compare/3.1.6...3.1.7">https://github.com/PrefectHQ/prefect/compare/3.1.6...3.1.7</a></p> <h2>3.1.7.dev4: Nightly Development Release</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐞</h3> <ul> <li>Use <code>websocket_connect</code> utility in <code>Subscriptions</code> by <a href="https://github.com/jakekaplan"><code>@jakekaplan</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16388">PrefectHQ/prefect#16388</a></li> </ul> <h3>Uncategorized</h3> <ul> <li>Refactor db_injector decorator by <a href="https://github.com/mjpieters"><code>@mjpieters</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/16390">PrefectHQ/prefect#16390</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PrefectHQ/prefect/commit/c05ffa6d1816f980d574b42119dffb9f8c8300a3"><code>c05ffa6</code></a> Revert "make re-usable <code>TypeAdapter</code> instances for client schemas" (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16406">#16406</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/7e07399151229d0bf197ee6658d6d78b75f5ab44"><code>7e07399</code></a> Correctly maintain span hierarchy when instrumenting nested tasks/flows (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16384">#16384</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/b42d3a14c61faa57704e3e8daf38c76a01969392"><code>b42d3a1</code></a> Refactor db_injector decorator (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16390">#16390</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/f4a26c5836884f03b95f31ff2dab9464c4a9b340"><code>f4a26c5</code></a> Use <code>websocket_connect</code> utility in <code>Subscriptions</code> (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16388">#16388</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/df9d64f2d2f08597d7ff00700b6bfd233634b273"><code>df9d64f</code></a> [typing] prefect.server.utilities.database (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16368">#16368</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/49a61016884d3ca52409da81f615b8ad47c95ab0"><code>49a6101</code></a> make re-usable <code>TypeAdapter</code> instances for client schemas (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16089">#16089</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/c83bbd4f7c8cb9f44a41726436cd0382770f0002"><code>c83bbd4</code></a> [typing] add overload for empty <code>@task</code> decorator (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16386">#16386</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/1d9f3dc032159c345a887d79c7242ab09cd301ec"><code>1d9f3dc</code></a> dont ask to confirm deletion of non-existent gcl (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16379">#16379</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/b1c44cf0db14ecaa81850710db015a2bc2f03e6f"><code>b1c44cf</code></a> update example output for <code>prefect work-pool inspect</code> (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16378">#16378</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/fe13466cfc7ce81a77c4cb5b041b5e2f15728ce3"><code>fe13466</code></a> update contributor dev instructions (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/16376">#16376</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PrefectHQ/prefect/compare/3.1.5...3.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefect[dask]&package-manager=pip&previous-version=3.1.5&new-version=3.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information