del website test

This commit is contained in:
jyong 2025-09-18 11:33:28 +08:00
parent a570925130
commit b588985074
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class PluginDependency(BaseModel):
class Package(BaseModel):
plugin_unique_identifier: str
version: str | None = None
type: Type
value: Github | Marketplace | Package