From e8afb125f11fabffce5698e5c60dc7a59b7fc10c Mon Sep 17 00:00:00 2001 From: Explorer1092 Date: Mon, 21 Apr 2025 02:22:13 +0800 Subject: [PATCH] Update setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/aliyun/credentials-python 兼容性问题 --- alibabacloud-gateway-spi/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alibabacloud-gateway-spi/python/setup.py b/alibabacloud-gateway-spi/python/setup.py index 0d212874..7a769981 100644 --- a/alibabacloud-gateway-spi/python/setup.py +++ b/alibabacloud-gateway-spi/python/setup.py @@ -37,7 +37,7 @@ URL = "https://github.com/aliyun/alibabacloud-gateway" VERSION = __import__(PACKAGE).__version__ REQUIRES = [ - "alibabacloud_credentials>=0.3.4" + "alibabacloud_credentials>=1.0.1" ] LONG_DESCRIPTION = ''