mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
refactor(encryption): update encryption utility references and clean up sandbox provider service logic
This commit is contained in:
@ -40,10 +40,6 @@ class SandboxProviderSystemConfig(TypeBase):
|
||||
init=False,
|
||||
)
|
||||
|
||||
@property
|
||||
def config(self) -> Mapping[str, Any]:
|
||||
return cast(Mapping[str, Any], json.loads(self.encrypted_config or "{}"))
|
||||
|
||||
|
||||
class SandboxProvider(TypeBase):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user