Skip to content

Commit 9734163

Browse files
committed
feat: update pyproject.toml
1 parent c7c7416 commit 9734163

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

backend/pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sqlbot"
33
version = "0.1.0"
44
description = ""
5-
requires-python = ">=3.10,<4.0"
5+
requires-python = ">=3.10,<3.13"
66
dependencies = [
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]]
3233
url = "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]
4652
requires = ["hatchling"]
4753
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)