File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 22name = " sqlbot"
33version = " 0.1.0"
44description = " "
5- requires-python = " >=3.10,<4.0 "
5+ requires-python = " >=3.10,<3.13 "
66dependencies = [
77 " fastapi[standard]<1.0.0,>=0.114.2" ,
88 " python-multipart<1.0.0,>=0.0.7" ,
@@ -25,8 +25,9 @@ dependencies = [
2525 " langchain-community>=0.0.19,<0.1.0" ,
2626 " vllm>=0.8.5" ,
2727 " dashscope>=1.14.0,<2.0.0" ,
28- " sse-starlette>=1.8.0,<2.0.0"
28+ " sse-starlette>=1.8.0,<2.0.0" ,
2929 " pymysql (>=1.1.1,<2.0.0)" ,
30+ " cryptography (>=44.0.3,<45.0.0)" ,
3031]
3132[[tool .uv .index ]]
3233url = " https://pypi.tuna.tsinghua.edu.cn/simple"
@@ -42,6 +43,11 @@ dev-dependencies = [
4243 " coverage<8.0.0,>=7.4.3" ,
4344]
4445
46+ [[tool .poetry .source ]]
47+ name = " mirrors"
48+ url = " http://mirrors.aliyun.com/pypi/simple"
49+ priority = " primary"
50+
4551[build-system ]
4652requires = [" hatchling" ]
4753build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments