diff --git a/api/core/plugin/entities/plugin.py b/api/core/plugin/entities/plugin.py index ef7f5e697f..9e1a9edf82 100644 --- a/api/core/plugin/entities/plugin.py +++ b/api/core/plugin/entities/plugin.py @@ -158,7 +158,6 @@ class PluginEntity(PluginInstallation): name: str installation_id: str version: str - plugin_unique_identifier: str @model_validator(mode="after") def set_plugin_id(self):