refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695)
This commit is contained in:
parent
2c2efe2e1e
commit
33324ee23d
6 changed files with 67 additions and 23 deletions
|
|
@ -120,8 +120,6 @@ class PluginEntity(PluginInstallation):
|
|||
name: str
|
||||
installation_id: str
|
||||
version: str
|
||||
latest_version: Optional[str] = None
|
||||
latest_unique_identifier: Optional[str] = None
|
||||
|
||||
@model_validator(mode="after")
|
||||
def set_plugin_id(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue