Skip to content

Commit ce98548

Browse files
authored
fix(volcengine_maas): Add Python dependency to fix issue (#2159)
1 parent c25e529 commit ce98548

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

models/volcengine_maas/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ resource:
3434
tool:
3535
enabled: true
3636
type: plugin
37-
version: 0.0.33
37+
version: 0.0.34

models/volcengine_maas/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ volcengine-python-sdk==4.0.29
33
pytz==2024.2
44
websockets==15.0.1
55
websocket-client==1.8.0
6+
sniffio~=1.3.1

0 commit comments

Comments
 (0)