From 0e1d0407dc9cf342f0b59af7437152b4c4792ace Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 3 Dec 2025 21:09:55 +0800 Subject: [PATCH] chore: Upgrade version number to 1.4.0 --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ca220509..b1e7bb2e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlbot" -version = "1.3.0" +version = "1.4.0" description = "" requires-python = "==3.11.*" dependencies = [ @@ -39,7 +39,7 @@ dependencies = [ "pyyaml (>=6.0.2,<7.0.0)", "fastapi-mcp (>=0.3.4,<0.4.0)", "tabulate>=0.9.0", - "sqlbot-xpack>=0.0.3.53,<1.0.0", + "sqlbot-xpack>=0.0.3.59,<0.0.4.0", "fastapi-cache2>=0.2.2", "sqlparse>=0.5.3", "redis>=6.2.0",