Skip to content

Bump dash from 4.0.0 to 4.1.0 in /dash#65

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/dash/dash-4.1.0
Mar 25, 2026
Merged

Bump dash from 4.0.0 to 4.1.0 in /dash#65
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/dash/dash-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Bumps dash from 4.0.0 to 4.1.0.

Release notes

Sourced from dash's releases.

Dash v4.1.0

Added

  • #3637 Added debounce prop to Dropdown.

Fixed

  • #3629 Fix date pickers not showing date when initially rendered in a hidden container.
  • #3660 Allow same date to be selected for both start and end in DatePickerRange components
  • #3600 DatePicker support for the Moment.js Y year token
  • #3627 Make dropdowns searchable wheen focused, without requiring to open them first
  • #3656 Improved dropdown performance for large collections of options
  • #3643 Fix multiselect dropdown with components as labels
  • #3609 Add backward compat alias for _Wildcard
  • #3672 Improve browser performance when app contains a large number of pattern matching callback callbacks. Exposes an api endpoint to fetch the latest computeGraph call.

Dash Version 4.1.0rc0

Added

  • Add support for multiple backend implementation beside flask such as fastapi and quart (both included).
    • Add app = Dash(backend="flask" | "fastapi" | "quart" | CustomBackendImpl) parameter to automatically setup
    • An existing Fastapi, Quart or Flask instance can also be given as app = Dash(server=Fastapi()) to automatically setup a dash app on the server.
    • Install fastapi dependencies with pip install dash[fastapi] or quart with pip install dash[quart], flask is still included by default.
    • Custom backend implementation can be added as a subclass of dash.backends.base_server.BaseDashServer and response/request adapters.
Changelog

Sourced from dash's changelog.

[4.1.0] - 2026-03-23

Added

  • #3637 Added debounce prop to Dropdown.

Fixed

  • #3629 Fix date pickers not showing date when initially rendered in a hidden container.
  • #3660() Allow same date to be selected for both start and end in DatePickerRange components
  • #3600() DatePicker support for the Moment.js Y year token
  • #3627() Make dropdowns searchable wheen focused, without requiring to open them first
  • #3656() Improved dropdown performance for large collections of options
  • #3643() Fix multiselect dropdown with components as labels
  • #3609() Add backward compat alias for _Wildcard
  • #3672() Improve browser performance when app contains a large number of pattern matching callback callbacks. Exposes an api endpoint to fetch the latest computeGraph call.
Commits
  • 6c500cd Merge pull request #3686 from plotly/master-4.1.0
  • 8830051 update build artifacts
  • 6a7bb4a Merge branch 'dev' into master-4.1.0
  • e33d2e4 Merge pull request #3685 from plotly/release/4.1.0
  • 4e70240 Merge branch 'dev' into release/4.1.0
  • 67992ea Merge pull request #3672 from BSd3v/fix/3661-compute-graphs2
  • 136e66c add missing changelog entry
  • 575c7f1 bump versions
  • ac5ca89 Merge branch 'dev' into fix/3661-compute-graphs2
  • aede54b Merge branch 'dev' into release/4.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [dash](https://github.com/plotly/dash) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: dash
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 25, 2026
@github-actions github-actions Bot merged commit ecf9bf6 into main Mar 25, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/dash/dash-4.1.0 branch March 25, 2026 11:03
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants