mirror of https://github.com/langgenius/dify.git
del website test (#25883)
This commit is contained in:
commit
afe61c486b
|
|
@ -186,6 +186,7 @@ class PluginDependency(BaseModel):
|
|||
|
||||
class Package(BaseModel):
|
||||
plugin_unique_identifier: str
|
||||
version: str | None = None
|
||||
|
||||
type: Type
|
||||
value: Github | Marketplace | Package
|
||||
|
|
|
|||
Loading…
Reference in New Issue