perf: update sdk version

This commit is contained in:
ibuler
2026-04-23 14:45:46 +08:00
parent 5b8a29f836
commit bcb9d0f6fb
3 changed files with 1511 additions and 1501 deletions

View File

@@ -181,6 +181,7 @@ xpack = [
'bce-python-sdk==0.8.87',
'tencentcloud-sdk-python==3.0.941',
'aliyun-python-sdk-core-v3==2.13.33',
'aliyun-python-sdk-core==2.15.2',
'aliyun-python-sdk-ecs==4.24.64',
'keystoneauth1==5.2.1',
'oracledb==3.4.2',

View File

@@ -5,7 +5,13 @@ PROJECT_DIR=$(dirname "$BASE_DIR")
echo "1. 安装依赖"
brew install libtiff libjpeg webp little-cms2 openssl gettext git \
git-lfs libxml2 libxmlsec1 pkg-config postgresql freetds openssl \
mysql-client mariadb-connector-c \
libffi freerdp poppler
# mysqlclient 需要通过 pkg-config 找到 mysql/mariadb 头文件与库
export PKG_CONFIG_PATH="$(brew --prefix mysql-client)/lib/pkgconfig:$(brew --prefix mariadb-connector-c)/lib/pkgconfig:${PKG_CONFIG_PATH}"
export CFLAGS="-I$(brew --prefix mysql-client)/include/mysql ${CFLAGS}"
export LDFLAGS="-L$(brew --prefix mysql-client)/lib ${LDFLAGS}"
pip install daphne==4.0.0 channels channels-redis
echo "2. 下载 IP 数据库"
@@ -18,4 +24,3 @@ fi
echo "4. For Apple processor"
LDFLAGS="-L$(brew --prefix freetds)/lib -L$(brew --prefix openssl@1.1)/lib" CFLAGS="-I$(brew --prefix freetds)/include" pip install $(grep 'pymssql' requirements.txt)
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"

3004
uv.lock generated

File diff suppressed because it is too large Load Diff