fix version missing

This commit is contained in:
jyong
2025-09-18 10:51:47 +08:00
parent 87fe8c8a2f
commit 0d9becd060
2 changed files with 20 additions and 6 deletions

View File

@ -178,6 +178,7 @@ class PluginDependency(BaseModel):
class Marketplace(BaseModel):
marketplace_plugin_unique_identifier: str
version: str | None = None
@property
def plugin_unique_identifier(self) -> str: