Skip to content

Commit 169ebed

Browse files
committed
fix: pin alibabacloud_green20220302<3.5.0 to avoid websocketUtils_models ImportError
alibabacloud_green20220302 3.5.0+ imports MultiModalGuardWsResponse which requires websocketUtils_models from alibabacloud_tea_openapi, but no published version of alibabacloud_tea_openapi includes that module, causing ImportError and breaking avatar uploads with '阿里云图片审核 SDK 未安装' error.
1 parent fcac2a6 commit 169ebed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gunicorn>=23.0.0,<24.0
99
whitenoise>=6.8.2,<7.0
1010
alibabacloud_cloudauth20190307>=3.13.2,<4.0.0
1111
alibabacloud_dypnsapi20170525>=2.0.0,<3.0.0
12-
alibabacloud_green20220302>=3.2.3,<4.0.0
12+
alibabacloud_green20220302>=3.2.3,<3.5.0
1313
alibabacloud_tea_openapi>=0.4.4,<1.0.0
1414
alibabacloud_tea_util>=0.3.14,<1.0.0

0 commit comments

Comments
 (0)