From df1f4f9e98ff95c93357500aca4d3c95b2e427d8 Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 20 Nov 2025 16:18:39 +0800 Subject: [PATCH] build: change pypi source --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c92bc757..cc242872 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "xlrd>=2.0.2", "clickhouse-sqlalchemy>=0.3.2", "dicttoxml>=1.7.16", - "dmpython>=2.5.22; platform_system != 'Darwin'", + "dmpython==2.5.22; platform_system != 'Darwin'", "redshift-connector>=2.1.8", "elasticsearch[requests] (>=7.10,<8.0)", ] @@ -73,7 +73,7 @@ explicit = true [[tool.uv.index]] name = "default" -url = "https://mirrors.aliyun.com/pypi/simple" +url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" default = true [[tool.uv.index]]