From ca1a1d58ea3183ebe5b97d53dd55a9a55c192bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 15:53:23 +0000 Subject: [PATCH] chore(deps-dev): update sqlalchemy-firebird requirement Updates the requirements on [sqlalchemy-firebird](https://github.com/pauldex/sqlalchemy-firebird) to permit the latest version. - [Release notes](https://github.com/pauldex/sqlalchemy-firebird/releases) - [Commits](https://github.com/pauldex/sqlalchemy-firebird/commits) --- updated-dependencies: - dependency-name: sqlalchemy-firebird dependency-version: '2.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 933e5175971..35c886e496f 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"]