Fix/replace datetime patterns with naive utc now (#22654)

This commit is contained in:
Aryan Raj 2025-07-20 08:35:53 +05:30 committed by GitHub
commit ce794335e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 99 additions and 92 deletions

View file

@ -1 +1,7 @@
from dify_client.client import ChatClient, CompletionClient, WorkflowClient, KnowledgeBaseClient, DifyClient
from dify_client.client import (
ChatClient,
CompletionClient,
WorkflowClient,
KnowledgeBaseClient,
DifyClient,
)