From d241500fd6677c428d4fb15d4b145a7fbaf93b8b Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Wed, 6 Dec 2023 22:03:09 +0000 Subject: [PATCH] Test breaking something else --- vizro-core/src/vizro/models/_components/button.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/src/vizro/models/_components/button.py b/vizro-core/src/vizro/models/_components/button.py index d604f5cdc..2c001904f 100644 --- a/vizro-core/src/vizro/models/_components/button.py +++ b/vizro-core/src/vizro/models/_components/button.py @@ -3,7 +3,7 @@ import dash_bootstrap_components as dbc from dash import html -from pydantic.v1 import Field +from pydantic import Field from vizro.models import Action, VizroBaseModel from vizro.models._action._actions_chain import _action_validator_factory