Skip to content

Commit

Permalink
Allow for dictionary in metadata (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Oct 21, 2024
1 parent d41953c commit 9c16273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class PluginInstanceUpdate(PluginBase):

class KeyValue(DispatchBase):
key: str
value: str | List[str]
value: str | List[str] | dict


class PluginMetadata(DispatchBase):
Expand Down

0 comments on commit 9c16273

Please sign in to comment.