Skip to content

Commit 1c748b5

Browse files
authored
fix(zhipuai): Add Python dependency to fix anyio dropped sniffio (#2172)
* fix(zhipuai): Add Python dependency to fix anyio dropped sniffio * fix(zhipuai): Specify the exact version for sniffio
1 parent c4a4198 commit 1c748b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

models/zhipuai/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: plugin
2-
version: 0.0.19
2+
version: 0.0.20
33
author: langgenius
44
name: zhipuai
55
created_at: '2024-09-20T00:13:50.29298939-04:00'

models/zhipuai/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dify_plugin<0.6.0,>=0.5.0
22
zai-sdk>=0.0.3.1
33
pydantic==2.8.2
4+
sniffio==1.3.1

0 commit comments

Comments
 (0)