Dash

Latest version: v3.0.2

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 25

0.38.0

Not secure
Added
- [603](https://github.com/plotly/dash/pull/603) Add components libraries js/css distribution to hot reload watch.
- [608](https://github.com/plotly/dash/pull/608), [renderer#124](https://github.com/plotly/dash-renderer/pull/124) Callback context:
- Know which inputs caused a callback to fire: `dash.callback_context.triggered`
- Input/State values by name `dash.callback_context.states.get('btn.n_clicks')`

Changed
- Bump dash-table version from 3.4.0 to [3.5.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#350---2019-02-25)
- Bump dash-renderer version from 0.18.0 to [0.19.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md#0190---2019-02-25)

Fixed
- Fix missing indentation for generated metadata.json [600](https://github.com/plotly/dash/issues/600)
- Fix missing component prop docstring error [598](https://github.com/plotly/dash/issues/598)
- [492](https://github.com/plotly/dash/pull/492) Move `__repr__` to base component instead of being generated.
- [605](https://github.com/plotly/dash/pull/605) Raise exception when same input & output are used in a callback

0.37.0

Not secure
Removed
- [renderer118](https://github.com/plotly/dash-renderer/pull/118) Removed redux logger for the dev.

Changed
- [565](https://github.com/plotly/dash/pull/565) Add core libraries as version locked dependencies
- Bump dash-table version from 3.3.0 to [3.4.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#340---2019-02-08)
- Bump dash-renderer version from 0.17.0 to [0.18.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md#0180---2019-02-11)
- Bump dash-core-components version from 0.43.0 to [0.43.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#0431---2019-02-11)

Fixed
- [563](https://github.com/plotly/dash/pull/563) Fix collections.abc deprecation warning for Python 3.8

0.36.0

Not secure
Removed
- [550](https://github.com/plotly/dash/pull/550), [renderer#114](https://github.com/plotly/dash-renderer/pull/114) Remove support for `Event` system. Use event properties instead, for example the `n_clicks` property instead of the `click` event, see [#531](https://github.com/plotly/dash/issues/531). `dash_renderer` MUST be upgraded to >=0.17.0 together with this, and it is recommended to update `dash_core_components` to >=0.43.0 and `dash_html_components` to >=0.14.0.

0.35.3

Not secure
Changed
- [547](https://github.com/plotly/dash/pull/547)
- `assets_folder` argument now defaults to 'assets'
- The assets folder is now always relative to the given root path of `name` argument, the default of `__main__` will get the `cwd`.
- No longer coerce the name argument from the server if the server argument is provided.

Fixed
- [547](https://github.com/plotly/dash/pull/547)
- Asset blueprint takes routes prefix into it's static path.
- Asset url path no longer strip routes from requests.
- [548](https://github.com/plotly/dash/pull/548) Remove print statement from PreventUpdate error handler.
- [524](https://github.com/plotly/dash/pull/524) Removed ComponentRegistry dist cache.

0.35.2

Not secure
Fixed
- [522](https://github.com/plotly/dash/pull/522) Fix typo in some exception names
- [renderer110](https://github.com/plotly/dash-renderer/pull/110)
- Keep the config store state on soft reload.
- AppProvider returns `Loading...` if no configs as before [renderer108](https://github.com/plotly/dash-renderer/pull/108).

0.35.1

Not secure
Fixed
- [518](https://github.com/plotly/dash/pull/518) Always skip `dynamic` resources from index resources collection.

Page 17 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.