mirror of https://github.com/langgenius/dify.git
del website test
This commit is contained in:
parent
aa3c8f0657
commit
a570925130
|
|
@ -59,7 +59,7 @@ class DependenciesAnalysisService:
|
|||
version_match = _VERSION_REGEX.search(unique_identifier)
|
||||
if version_match:
|
||||
dependency.value.version = version_match.group("version")
|
||||
|
||||
|
||||
# Create and append the dependency (same for all types)
|
||||
leaked_dependencies.append(
|
||||
PluginDependency(
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue