diff --git a/src/dispatch/plugin/models.py b/src/dispatch/plugin/models.py index 1f043fff5d19..e7a6b3760ff1 100644 --- a/src/dispatch/plugin/models.py +++ b/src/dispatch/plugin/models.py @@ -219,7 +219,7 @@ class PluginInstanceUpdate(PluginBase): class KeyValue(DispatchBase): key: str - value: str + value: str | List[str] class PluginMetadata(DispatchBase):