refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695)

This commit is contained in:
Yeuoly
2025-04-09 18:49:27 +09:00
committed by GitHub
parent 2c2efe2e1e
commit 33324ee23d
6 changed files with 67 additions and 23 deletions

View File

@@ -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):