From e162b4d428346d308726bcbbd2a0024eafd74193 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 10 Dec 2025 17:20:03 +0800 Subject: [PATCH] chore: Upgrade xpack dependency --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b1e7bb2e..83681ccd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlbot" -version = "1.4.0" +version = "1.5.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.59,<0.0.4.0", + "sqlbot-xpack>=0.0.4.0,<0.0.5.0", "fastapi-cache2>=0.2.2", "sqlparse>=0.5.3", "redis>=6.2.0",