Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Updates the requirements on dash to permit the latest version.

Release notes

Sourced from dash's releases.

Dash Version 3.4.0

Added

  • [#3568]((plotly/dash#3568) Added children and copied_children props to dcc.Clipboard to customize the button contents before and after copying.
  • [#3534]((plotly/dash#3534) Adds playsInline prop to html.Video. Based on [#2338]((plotly/dash#2338)
  • #3541 Add attributes dictionary to be be formatted on script/link (_js_dist/_css_dist) tags of the index, allows for type="module" or type="importmap". #3538
  • #3542 Add hidden=True to dash pages callback.
  • #3564 Add new parameter hide_all_callbacks to run(). Closes #3493
  • #3563 Add hidden to clientside callbacks as configurable parameter

Fixed

  • #3541 Remove last reference of deprecated pkg_resources.
  • #3548 Fix devtools overflowing it's container on version update. Fix #3535.
  • #3545 Replace deprecated asyncio.iscoroutinefunction() call with inspect.iscoroutinefunction()

Changed

  • #3540 Expose more types for better static typing options.
  • #3520. Set pointer-events to auto on Tooltip to make it possible to interact with tooltip content when targetable=True
Changelog

Sourced from dash's changelog.

Change Log for Dash

All notable changes to dash will be documented in this file. This project adheres to Semantic Versioning.

[UNRELEASED]

Added

  • [#3568]((plotly/dash#3568) Added children and copied_children props to dcc.Clipboard to customize the button contents before and after copying.
  • [#3534]((plotly/dash#3534) Adds playsInline prop to html.Video. Based on [#2338]((plotly/dash#2338)
  • #3541 Add attributes dictionary to be be formatted on script/link (_js_dist/_css_dist) tags of the index, allows for type="module" or type="importmap". #3538
  • #3542 Add hidden=True to dash pages callback.
  • #3564 Add new parameter hide_all_callbacks to run(). Closes #3493
  • #3563 Add hidden to clientside callbacks as configurable parameter

Fixed

  • #3541 Remove last reference of deprecated pkg_resources.
  • #3548 Fix devtools overflowing it's container on version update. Fix #3535.
  • #3545 Replace deprecated asyncio.iscoroutinefunction() call with inspect.iscoroutinefunction()

Changed

  • #3540 Expose more types for better static typing options.
  • #3520. Set pointer-events to auto on Tooltip to make it possible to interact with tooltip content when targetable=True

[3.3.0] - 2025-11-12

Added

  • #3395 Add position argument to hooks.devtool
  • #3403 Add app_context to get_app, allowing to get the current app in routes.
  • #3407 Add hidden to callback arguments, hiding the callback from appearing in the devtool callback graph.
  • #3397 Add optional callbacks, suppressing callback warning for missing component ids for a single callback.
  • #3424 Adds support for Patch on clientside callbacks class dash_clientside.Patch, as well as supporting side updates, eg: (Running, SetProps).
  • #3347 Added 'api_endpoint' to callback to expose api endpoints at the provided path for use to be executed directly without dash.
  • #3445 Added API to reverse direction of slider component.
  • #3460 Add /health endpoint for server monitoring and health checks.
  • #3465 Plotly cloud integrations, add devtool API, placeholder plotly cloud CLI & publish button, dash[cloud] extra dependencies.

Fixed

  • #3490 Fix stack overflow when circular callbacks are displayed on the devtool callback
  • #3395 Fix Components added through set_props() cannot trigger related callback functions. Fix #3316
  • #3415 Fix the error triggered when only a single no_update is returned for client-side callback functions with multiple Outputs. Fix #3366
  • #3416 Fix DeprecationWarning in dash/_jupyter.py by migrating from deprecated ipykernel.comm.Comm to comm module
  • #3488 Fix pkgutil.find_loader removal in Python 3.14
  • #3496 Fix dcc.Graph infinite resize loop

Deprecated

  • #3482 Deprecate dash_table.DataTable with replacement from dash[ag-grid] extra requirement.

[3.2.0] - 2025-07-31

... (truncated)

Commits

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)

Updates the requirements on [dash](https://github.com/plotly/dash) to permit the latest version.
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v0.18.0...v3.4.0)

---
updated-dependencies:
- dependency-name: dash
  dependency-version: 3.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant