del website test (#25883)

This commit is contained in:
Wu Tianwei 2025-09-18 11:36:14 +08:00 committed by GitHub
commit afe61c486b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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