Vizro

Latest version: v0.1.36

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

Scan your dependencies

Page 1 of 7

0.1.36

Changed

- Add an `id` to the header and footer HTML elements of `Graph`, `Table`, and `AgGrid` to enable targeting through actions/callbacks. ([1080](https://github.com/mckinsey/vizro/pull/1080))

Fixed

- Fix `model_rebuild` errors originating from recent changes in pydantic 2.11. ([1086](https://github.com/mckinsey/vizro/pull/1086))

<a id='changelog-0.1.35'></a>

0.1.35

Highlights ✨

- Add `vm.Text` component to easily add arbitrary text to your dashboard. See the user guide on the [`vm.Text` component](https://vizro.readthedocs.io/en/stable/pages/user-guides/text/) for more details. ([#1061](https://github.com/mckinsey/vizro/pull/1061))

Added

- Enable styling of `vm.Container` with a new argument `theme="plain"/"filled"/"outlined"`. See the user guide on [styled containers](https://vizro.readthedocs.io/en/stable/pages/user-guides/container/#styled-containers) for more details. ([1002](https://github.com/mckinsey/vizro/pull/1002))

- `DatePicker` filters update automatically when underlying dynamic data changes. See the user guide on [dynamic filters](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/#filters) for more information. ([1039](https://github.com/mckinsey/vizro/pull/1039))

- Add `extra` argument to selected models to enable passing arguments directly to the underlying Dash component. ([1032](https://github.com/mckinsey/vizro/pull/1032))

- Dynamic data parameters automatically refresh the relevant dynamic filters. ([1051](https://github.com/mckinsey/vizro/pull/1051))

Changed

- Turn `AgGrid` background transparent. ([1047](https://github.com/mckinsey/vizro/pull/1047))

Fixed

- Fix a bug where an empty parameter selection incorrectly sent `[None]` to its target. ([1026](https://github.com/mckinsey/vizro/pull/1026))

- Fix `datasets_from_catalog` for `kedro>=0.19.9`. ([1063](https://github.com/mckinsey/vizro/pull/1063))

- `datasets_from_catalog` now loads the latest version of versioned datasets. ([1063](https://github.com/mckinsey/vizro/pull/1063))

- `Filter` and `Parameter` can now be initialized before their targeted components. ([1065](https://github.com/mckinsey/vizro/pull/1065))

<a id='changelog-0.1.34'></a>

vizro-ai-0.3.6
Changed

- VizroAI now uses Pydantic V2 for its models and supports langchain>=0.3.0 and vizro>=0.1.32. ([1018](https://github.com/mckinsey/vizro/pull/1018))

<a id='changelog-0.3.5'></a>

vizro-ai-0.3.5
Added

- Added `_minimal_output` flag to allow excluding "chart insights" and "code explanations" from LLM responses. ([1007](https://github.com/mckinsey/vizro/pull/1007))

<a id='changelog-0.3.4'></a>

0.1.34

Removed

- Remove export png button from modebar inside `Graph`. ([1005](https://github.com/mckinsey/vizro/pull/1005))

Added

- Add `reverse_color` argument to `kpi_card_reference`, enabling color inversion based on delta values. ([995](https://github.com/mckinsey/vizro/pull/995))

- Kedro integration function `datasets_from_catalog` can handle dataset factories for `kedro>=0.19.9`. ([1001](https://github.com/mckinsey/vizro/pull/1001))

Changed

- Bump optional dependency lower bound to `kedro>=0.19.0`. ([1001](https://github.com/mckinsey/vizro/pull/1001))

- Make chart background transparent when used inside dashboard. ([1005](https://github.com/mckinsey/vizro/pull/1005))

Fixed

- Fix a bug where `add_type` would raise an error if the `type` had already been added. ([999](https://github.com/mckinsey/vizro/pull/999))

<a id='changelog-0.1.33'></a>

vizro-ai-0.3.4
Fixed

- Added temporary compatibility fix for Gemini models in `_pydantic_output.py`. ([986](https://github.com/mckinsey/vizro/pull/986))

<a id='changelog-0.3.3'></a>

0.1.33

Fixed

- Adjust the lower bound of pydantic to `2.7.0` so that Vizro can run on `pyodide==0.26.2`. ([993](https://github.com/mckinsey/vizro/pull/993))
- Thanks to [Manuel Konrad](https://github.com/manuelkonrad) for an open-source contribution to this release.
<a id='changelog-0.1.32'></a>

0.1.32

Highlights ✨

- Vizro now uses Pydantic V2 for its models. This should not affect most users, but if you use custom components that rely on Pydantic V1 features then you should consult [Pydantic's migration guide](https://docs.pydantic.dev/latest/migration/) or use `vizro<0.1.32`. ([#917](https://github.com/mckinsey/vizro/pull/917))

- Release Vizro's Bootstrap theme that can be used in a pure Dash app with `Dash(external_stylesheets=[vizro.bootstrap])`. ([970](https://github.com/mckinsey/vizro/pull/970))

Changed

- Update `material-symbols-outlined.wolff2` to include the latest icons. ([972](https://github.com/mckinsey/vizro/pull/972))

Fixed

- Fix coloring of `NavLink` inside `NavBar`. ([968](https://github.com/mckinsey/vizro/pull/968))

- Fix flickering scroll bars when using new Plotly map figures with `plotly==6.0.0`. ([984](https://github.com/mckinsey/vizro/pull/984))

- Remove flash of unstyled text before Google Material icons font is loaded. ([987](https://github.com/mckinsey/vizro/pull/987))

<a id='changelog-0.1.31'></a>

0.1.31

Changed

- Bumped library used for `vm.DatePicker` to `dash_mantine_components~=0.15.1`. ([924](https://github.com/mckinsey/vizro/pull/924))

Fixed

- Enable arbitrarily deep nesting of custom components within lists, tuples or dictionaries. ([929](https://github.com/mckinsey/vizro/pull/929))

- Fix hidden axis and tick labels for Graph components using `px.parallel_coordinates`. ([941](https://github.com/mckinsey/vizro/pull/941))

- Enable visibility of the spinner buttons in number inputs. ([954](https://github.com/mckinsey/vizro/pull/954))

<a id='changelog-0.1.30'></a>

vizro-ai-0.3.3
Changed

- Pinned the Vizro upper bound to prepare for Pydantic V2 migration. ([923](https://github.com/mckinsey/vizro/pull/923))

Fixed

- Fixed the "Model name could not be retrieved" error when using VizroAI with AWS Bedrock. ([953](https://github.com/mckinsey/vizro/pull/953))

<a id='changelog-0.3.2'></a>

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.