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 0a54f09 commit 7f3a0f3Copy full SHA for 7f3a0f3
backend/pyproject.toml
@@ -35,14 +35,14 @@ dependencies = [
35
"oracledb (>=3.1.1,<4.0.0)",
36
"pyyaml (>=6.0.2,<7.0.0)",
37
"fastapi-mcp (>=0.3.4,<0.4.0)",
38
- "sqlbot-xpack==0.0.3",
+ "sqlbot-xpack==0.0.3.1",
39
]
40
[[tool.uv.index]]
41
name = "default"
42
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
43
default = true
44
-[[tool.uv.index]]
45
+[[tool.uv.index]]
46
name = "testpypi"
47
url = "https://test.pypi.org/simple"
48
explicit = true
0 commit comments