We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8a0e7 commit e1e482eCopy full SHA for e1e482e
backend/pyproject.toml
@@ -2,9 +2,9 @@
2
name = "sqlbot"
3
version = "1.0.1"
4
description = ""
5
-requires-python = ">=3.10,<3.13"
+requires-python = "==3.11.*"
6
dependencies = [
7
- "fastapi[standard]<1.0.0,>=0.114.2",
+ "fastapi[standard]<1.0.0,>=0.115.12",
8
"python-multipart<1.0.0,>=0.0.7",
9
"passlib[bcrypt]<2.0.0,>=1.7.4",
10
"tenacity<9.0.0,>=8.2.3",
@@ -36,7 +36,7 @@ dependencies = [
36
"pyyaml (>=6.0.2,<7.0.0)",
37
"fastapi-mcp (>=0.3.4,<0.4.0)",
38
"tabulate>=0.9.0",
39
- "sqlbot-xpack==0.0.3.14",
+ "sqlbot-xpack==0.0.3.15",
40
"fastapi-cache2>=0.2.2",
41
"sqlparse>=0.5.3",
42
"redis>=6.2.0",
0 commit comments