Skip to content

Commit

Permalink
fix: Sequence to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Dec 3, 2024
1 parent 435c0da commit 6bd2aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python/dify_plugin/core/entities/message.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from collections.abc import Sequence
from enum import Enum

from pydantic import BaseModel
Expand Down Expand Up @@ -37,4 +36,4 @@ class Key(BaseModel):
key: str

type: Type
data: dict | Sequence
data: dict | list
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dify_plugin"
version = "0.0.1-beta44"
version = "0.0.1-beta45"
description = "Dify Plugin SDK"
authors = [
{name = "langgenius", email = "[email protected]"},
Expand Down

0 comments on commit 6bd2aa7

Please sign in to comment.