mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
bump version to 0.5.3 (#2306)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from typing import Dict, Any
|
||||
from pydantic import BaseModel
|
||||
from typing import Any, Dict
|
||||
|
||||
from core.helper import encrypter
|
||||
from core.tools.entities.tool_entities import ToolProviderCredentials
|
||||
from core.tools.provider.tool_provider import ToolProviderController
|
||||
from core.helper import encrypter
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ToolConfiguration(BaseModel):
|
||||
tenant_id: str
|
||||
|
||||
Reference in New Issue
Block a user