Skip to content

Commit e1e482e

Browse files
chore: The fixed supported Python version is 3.11
1 parent 7f8a0e7 commit e1e482e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "sqlbot"
33
version = "1.0.1"
44
description = ""
5-
requires-python = ">=3.10,<3.13"
5+
requires-python = "==3.11.*"
66
dependencies = [
7-
"fastapi[standard]<1.0.0,>=0.114.2",
7+
"fastapi[standard]<1.0.0,>=0.115.12",
88
"python-multipart<1.0.0,>=0.0.7",
99
"passlib[bcrypt]<2.0.0,>=1.7.4",
1010
"tenacity<9.0.0,>=8.2.3",
@@ -36,7 +36,7 @@ dependencies = [
3636
"pyyaml (>=6.0.2,<7.0.0)",
3737
"fastapi-mcp (>=0.3.4,<0.4.0)",
3838
"tabulate>=0.9.0",
39-
"sqlbot-xpack==0.0.3.14",
39+
"sqlbot-xpack==0.0.3.15",
4040
"fastapi-cache2>=0.2.2",
4141
"sqlparse>=0.5.3",
4242
"redis>=6.2.0",

0 commit comments

Comments
 (0)