From dd4e2e2e444f1fbed3d36ca023c2a544b02e8b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:24:53 -0700 Subject: [PATCH] chore(deps-dev): update sqlalchemy-exasol requirement from <3.0,>=2.4.0 to >=2.4.0,<8.0 (#40182) 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 ef07be28011..477fb5f30d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ duckdb = ["duckdb>=1.4.2,<2", "duckdb-engine>=0.17.0"] dynamodb = ["pydynamodb>=0.4.2"] solr = ["sqlalchemy-solr >= 0.2.0"] elasticsearch = ["elasticsearch-dbapi>=0.2.13, <0.3.0"] -exasol = ["sqlalchemy-exasol >= 2.4.0, <3.0"] +exasol = ["sqlalchemy-exasol >= 2.4.0, < 8.0"] excel = ["xlrd>=1.2.0, <1.3"] fastmcp = [ "fastmcp>=3.2.4,<4.0",