We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe79d0 commit 754633aCopy full SHA for 754633a
pydify/__init__.py
@@ -28,7 +28,7 @@ def create_client(type: str, base_url: str, api_key: str) -> DifyBaseClient:
28
raise ValueError(f"Invalid client type: {type}")
29
30
31
-__version__ = "2.2.0"
+__version__ = "2.2.1"
32
__all__ = [
33
"WorkflowClient",
34
"ChatbotClient",
0 commit comments