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.0.4 to 3.0.8 (#2495)
Bumps [prefect[dask]](https://github.com/PrefectHQ/prefect) from 3.0.4 to 3.0.8. <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.0.8: Revert a settings bug</h2> <!-- raw HTML omitted --> <p>This release reverts a change that caused a loss of "set" environment variables in runtime environments.</p> <ul> <li>Revert "Create <code>APISettings</code> to group to group API-specific client settings" by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15648">PrefectHQ/prefect#15648</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PrefectHQ/prefect/compare/3.0.7...3.0.8">https://github.com/PrefectHQ/prefect/compare/3.0.7...3.0.8</a></p> <h2>3.0.7: Version of a down bug</h2> <!-- raw HTML omitted --> <p>This release includes a couple of bug fixes, including a fix for generating the Docker image name for the installed version of <code>prefect</code>.</p> <h3>Enhancements ➕➕</h3> <ul> <li>Link to docs on starting temporary server by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15636">PrefectHQ/prefect#15636</a></li> </ul> <h3>Bug Fixes 🐞</h3> <ul> <li>Fix PagerDuty notification formatting by <a href="https://github.com/kevingrismore"><code>@kevingrismore</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15584">PrefectHQ/prefect#15584</a></li> <li>Fix version parsing error when generating Docker image name by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15638">PrefectHQ/prefect#15638</a></li> </ul> <h3>Development & Tidiness 🧹</h3> <ul> <li>Use the recommend approach for shallow dumping <code>pydantic</code> models by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15634">PrefectHQ/prefect#15634</a></li> <li>Add note about actively developed version to enhancement request form by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15600">PrefectHQ/prefect#15600</a></li> <li>Create <code>APISettings</code> to group to group API-specific client settings by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15580">PrefectHQ/prefect#15580</a></li> <li>Update image in Quickstart by <a href="https://github.com/discdiver"><code>@discdiver</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15635">PrefectHQ/prefect#15635</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PrefectHQ/prefect/compare/3.0.6...3.0.7">https://github.com/PrefectHQ/prefect/compare/3.0.6...3.0.7</a></p> <h2>3.0.6: Client, know thyself</h2> <!-- raw HTML omitted --> <p>This update focuses on fixing <code>prefect-client</code> compatibility checks. Key changes include adding version information to <code>prefect-client</code> and adjusting task logging levels.</p> <h3>Enhancements ➕➕</h3> <ul> <li>Updated task creation and submission log level to <code>DEBUG</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15631">PrefectHQ/prefect#15631</a></li> </ul> <h3>Bug Fixes 🐞</h3> <ul> <li>Eliminated date range filter from Flow page by <a href="https://github.com/dylanbhughes"><code>@dylanbhughes</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15630">PrefectHQ/prefect#15630</a></li> <li>Accurately populate <code>__version__</code> for <code>prefect_client</code> by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15624">PrefectHQ/prefect#15624</a></li> </ul> <h3>Development & Tidiness 🧹</h3> <ul> <li>Maintain typing information in <code>PrefectFuture</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15625">PrefectHQ/prefect#15625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PrefectHQ/prefect/compare/3.0.5...3.0.6">https://github.com/PrefectHQ/prefect/compare/3.0.5...3.0.6</a></p> <h2>3.0.5.dev4: Nightly Development Release</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐞</h3> <ul> <li>fail correctly if <code>lookup_type</code> throws a <code>KeyError</code> in <code>BaseResult.__new__</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15596">PrefectHQ/prefect#15596</a></li> <li>update <code>AwsClientParameters</code> validation for <code>verify</code> by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15574">PrefectHQ/prefect#15574</a></li> <li>Fix issue where transaction parent look up fails in rollback hooks by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15599">PrefectHQ/prefect#15599</a></li> </ul> <h3>Uncategorized</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PrefectHQ/prefect/commit/0894bad49e256657cab8208205623c4c7b75ad1f"><code>0894bad</code></a> Revert "Create <code>APISettings</code> to group to group API-specific client settings" ...</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/8fee9e1ef3f2b4f71adcf080bf9cb36db79c5f5a"><code>8fee9e1</code></a> fix prefect version parsing error (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15638">#15638</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/2a5c1291a8f5bc170ff7ee1c81ddb31a3abdf03f"><code>2a5c129</code></a> link to docs on starting ephemeral server (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15636">#15636</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/bc0a0c8660ad24e247d02ec019758e0f4c5743c6"><code>bc0a0c8</code></a> Fix PagerDuty notification formatting (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15584">#15584</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/ec9fc7c489820b25320be2fce0dd72026e582927"><code>ec9fc7c</code></a> Add enhancement note (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15600">#15600</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/9127ab596354e3113748df0620a89edb1a3073a5"><code>9127ab5</code></a> Update image in Quickstart (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15635">#15635</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/00d064fda82a7affbfe80d9be39e9072d13aad76"><code>00d064f</code></a> Create <code>APISettings</code> to group to group API-specific client settings (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15580">#15580</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/da21962636096c2ebe6f0f849113d9fd2a6f086c"><code>da21962</code></a> use safer, recommended workaround for <a href="https://redirect.github.com/PrefectHQ/prefect/issues/15611">#15611</a> (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15634">#15634</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/aa5171d6067327a5390b820f414341b0a25df7e8"><code>aa5171d</code></a> Clarify a few items in the docs (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15628">#15628</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/95c6276d0ca8d67b5bd1721ea5446d9e7e5112d8"><code>95c6276</code></a> Add check for <code>prefect-client</code> version in prefect-client workflow (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15624">#15624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PrefectHQ/prefect/compare/3.0.4...3.0.8">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.0.4&new-version=3.0.8)](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