Skip to content

Commit

Permalink
fix: credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Nov 27, 2024
1 parent b21d97e commit afd5c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/dify_plugin/entities/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ToolSelectorScope(Enum):


class ToolRuntime(BaseModel):
credentials: dict[str, str]
credentials: dict[str, Any]
user_id: Optional[str]
session_id: Optional[str]

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dify_plugin",
version="0.0.1-beta32",
version="0.0.1-beta33",
author="langgenius",
long_description_content_type="text/markdown",
url="https://github.com/langgenius/dify-plugin-sdks.git",
Expand Down

0 comments on commit afd5c2c

Please sign in to comment.