From 1d1a0e6fecce3c59d38b236216b816920f7d9e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:00:12 -0700 Subject: [PATCH] chore(deps-dev): update sqlalchemy-firebird requirement from <0.8,>=0.7.0 to >=0.7.0,<2.2 (#39755) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b725c7bb40b..6a388f9afbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ fastmcp = [ # heuristic that under-counts JSON-heavy MCP responses. "tiktoken>=0.7.0,<1.0", ] -firebird = ["sqlalchemy-firebird>=0.7.0, <0.8"] +firebird = ["sqlalchemy-firebird>=0.7.0, <2.2"] firebolt = ["firebolt-sqlalchemy>=1.0.0, <2"] gevent = ["gevent>=23.9.1"] gsheets = ["shillelagh[gsheetsapi]>=1.4.4, <2"]