Skip to content

Commit

Permalink
Bump prefect[dask] from 3.0.2 to 3.0.3 (#2478)
Browse files Browse the repository at this point in the history
Bumps [prefect[dask]](https://github.com/PrefectHQ/prefect) from 3.0.2
to 3.0.3.
<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>Cache Rules Everything Around Me</h2>
<p>This release introduces improvements to cache policy configuration,
offering developers more control and flexibility in managing task result
caching:</p>
<ul>
<li>Customizable Storage Location: Specify where cache entries are
stored using the <code>key_storage</code> parameter.</li>
<li>Configurable Isolation Level: Set the isolation level for cache
access with the <code>isolation_level</code> parameter.</li>
<li>Locking Mechanism: Implement concurrent access control using the
<code>lock_manager</code> parameter.</li>
</ul>
<p>These enhancements allow for more sophisticated caching strategies,
improving performance and resource management in complex workflows.</p>
<p>To learn more about these changes, check out the <a
href="https://docs.prefect.io/3.0/develop/task-caching#customizing-the-cache">task
caching docs</a>.</p>
<h3>New Features 🎉</h3>
<ul>
<li>Add <code>key_storage</code>, <code>isolation_level</code> and
<code>lock_manager</code> configuration to cache policies by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15382">PrefectHQ/prefect#15382</a></li>
</ul>
<h3>Enhancements ➕➕</h3>
<ul>
<li>Adds settings to control server CORS configuration by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15396">PrefectHQ/prefect#15396</a></li>
<li>Add ability to specify <code>ConcurrencyOptions</code> by <a
href="https://github.com/jeanluciano"><code>@​jeanluciano</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15291">PrefectHQ/prefect#15291</a></li>
<li>Add <code>concurrency_limit</code> field to <code>flow.serve</code>
by <a
href="https://github.com/jeanluciano"><code>@​jeanluciano</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15376">PrefectHQ/prefect#15376</a></li>
<li>Allow a rich object to be passed to <code>concurrency_limit</code>
in client methods by <a
href="https://github.com/jeanluciano"><code>@​jeanluciano</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15425">PrefectHQ/prefect#15425</a></li>
<li>Add support for insecure webhooks by <a
href="https://github.com/westford14"><code>@​westford14</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15402">PrefectHQ/prefect#15402</a></li>
<li>Improve deployment concurrency GCL management by <a
href="https://github.com/collincchoy"><code>@​collincchoy</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15426">PrefectHQ/prefect#15426</a></li>
</ul>
<h3>Bug Fixes 🐞</h3>
<ul>
<li>Preserve <code>flow.name</code> with
<code>RunnerDeployment.from_storage</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15393">PrefectHQ/prefect#15393</a></li>
<li>Lazy import <code>ray</code> to fix server startup issues by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15392">PrefectHQ/prefect#15392</a></li>
<li>Handle unnamed lambdas for consistency by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15400">PrefectHQ/prefect#15400</a></li>
<li>Fix task linking by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15418">PrefectHQ/prefect#15418</a></li>
<li>Fix ephemeral server start command for Windows by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15421">PrefectHQ/prefect#15421</a></li>
<li>Fix task run count when a task is configured with
<code>retry_delay_seconds</code> by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15424">PrefectHQ/prefect#15424</a></li>
<li>Fix bug where task cache storage is misconfigured by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15433">PrefectHQ/prefect#15433</a></li>
<li>Update task engine to increment <code>run_count</code> when entering
<code>RUNNING</code> state by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15436">PrefectHQ/prefect#15436</a></li>
</ul>
<h3>Integrations &amp; Dependencies 🤝</h3>
<ul>
<li>Add environment variables from GCP secrets to cloud run job v2
workers by <a
href="https://github.com/Ultramann"><code>@​Ultramann</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15423">PrefectHQ/prefect#15423</a></li>
<li>Prepare <code>prefect-redis</code> for <code>0.2.0</code> release by
<a href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15409">PrefectHQ/prefect#15409</a></li>
<li>Add <code>AzureBlobStorageContainer.list_blobs</code> method by <a
href="https://github.com/westford14"><code>@​westford14</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15390">PrefectHQ/prefect#15390</a></li>
<li>Add <code>oracledb</code> driver support in
<code>prefect-sqlalchemy</code> by <a
href="https://github.com/Ben-Taarit"><code>@​Ben-Taarit</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15385">PrefectHQ/prefect#15385</a></li>
</ul>
<h3>Development &amp; Tidiness 🧹</h3>
<ul>
<li>Add docs for configuring storage and isolation for cache policies by
<a href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in
<a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15397">PrefectHQ/prefect#15397</a></li>
<li>Improve type hinting docs for sync_compatible by <a
href="https://github.com/benjamincerigo"><code>@​benjamincerigo</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15327">PrefectHQ/prefect#15327</a></li>
<li>Refactors <code>__add__</code> and <code>__sub__</code> on cache
policies by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15379">PrefectHQ/prefect#15379</a></li>
<li>Add <code>mypy</code> type checking to <code>/models</code> by <a
href="https://github.com/bunchesofdonald"><code>@​bunchesofdonald</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15062">PrefectHQ/prefect#15062</a></li>
<li>Only load collections once by <a
href="https://github.com/abrookins"><code>@​abrookins</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15344">PrefectHQ/prefect#15344</a></li>
<li>Bump vue from 3.5.4 to 3.5.5 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15386">PrefectHQ/prefect#15386</a></li>
<li>Bump typescript from 5.5.4 to 5.6.2 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15387">PrefectHQ/prefect#15387</a></li>
<li>Bump tailwindcss from 3.4.10 to 3.4.11 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15388">PrefectHQ/prefect#15388</a></li>
<li>Bump vite from 5.4.2 to 5.4.5 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15372">PrefectHQ/prefect#15372</a></li>
<li>Bump vue-router from 4.4.3 to 4.4.5 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15389">PrefectHQ/prefect#15389</a></li>
<li>Update <code>@​prefecthq/prefect-ui-library</code> to version 3.9.5
by <a
href="https://github.com/marvin-robot"><code>@​marvin-robot</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15411">PrefectHQ/prefect#15411</a></li>
<li>Bump vite from 5.4.5 to 5.4.6 in /ui by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15410">PrefectHQ/prefect#15410</a></li>
<li>Update <code>@​prefecthq/prefect-ui-library</code> to version 3.10.0
by <a
href="https://github.com/marvin-robot"><code>@​marvin-robot</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15419">PrefectHQ/prefect#15419</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/benjamincerigo"><code>@​benjamincerigo</code></a>
made their first contribution in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15327">PrefectHQ/prefect#15327</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/d9c51bc341df87b97647560caec0c12560d40748"><code>d9c51bc</code></a>
Fix incorrect imports in task caching example (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15445">#15445</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/4ee7d12bf25356145e986608d9860f162b60e934"><code>4ee7d12</code></a>
Improve deployment concurrency GCL management (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15426">#15426</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/bb96af8350d0772637b8f62ced2e9b838f866c89"><code>bb96af8</code></a>
Update <code>@​prefecthq/prefect-ui-library</code> to version 3.10.1 (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15441">#15441</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/ab6c49da7cbade5026d194a7f8a74fc3ce3d0cd5"><code>ab6c49d</code></a>
Update task engine to increment <code>run_count</code> when entering
<code>RUNNING</code> state (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/1">#1</a>...</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/e248442a1414aeb69acd607ca22fe841381a215d"><code>e248442</code></a>
Fix bug where task cache storage is misconfigured (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15433">#15433</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/54f6d06ad393a1e617311f5e800ebce84a8f2cc0"><code>54f6d06</code></a>
Update deployment client API to take an Union type for
<code>concurrency_limit</code> (#...</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/a09aacc388a69b70add28ad632f13bffac8e07e6"><code>a09aacc</code></a>
Fix task run count when a task is configured with
<code>retry_delay_seconds</code> (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15424">#15424</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/3e587103c4204808b3463661049779202452aaee"><code>3e58710</code></a>
Prepare <code>prefect-redis</code> for <code>0.2.0</code> release (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15409">#15409</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/6b8cc51a41bf7e8832ceb2416ea40779b0e773cd"><code>6b8cc51</code></a>
Add docs for configuring storage and isolation for cache policies (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15397">#15397</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/7de0aaa24ef95dc8d6a4dc7a0cb1dde437076687"><code>7de0aaa</code></a>
Adding support for insecure webhooks (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15402">#15402</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PrefectHQ/prefect/compare/3.0.2...3.0.3">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.2&new-version=3.0.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 0c269bf commit 4531d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-prefect.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask-jobqueue==0.9.0
prefect[dask]==3.0.2
prefect[dask]==3.0.3

0 comments on commit 4531d2b

Please sign in to comment.