diff --git a/poetry.lock b/poetry.lock index 2e53f4412b39..2f9cd82476cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7411,4 +7411,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "970cc5bac1f9a59544221e68271772176e773e459f422433aebcfc415f10e751" +content-hash = "1fad7113a8c6bcf6e661bd27894fd64c370f15b0fd13ac53b21001025e4658e5" diff --git a/pyproject.toml b/pyproject.toml index 434350d85c9f..1c90337747c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,9 +93,7 @@ shapely = { version = ">=2,<3", optional = true } snowflake-connector-python = { version = ">=3.0.2,<4,!=3.3.0b1", optional = true } snowflake-sqlalchemy = { version = ">=1.4.1,<2", optional = true } sqlalchemy = { version = ">=1.4,<3", optional = true } -sqlalchemy-exasol = { version = ">=4.6.0", optional = true, extras = [ - "exasol", -] } +sqlalchemy-exasol = { version = ">=4.6.0", optional = true } sqlalchemy-views = { version = ">=0.3.1,<1", optional = true } trino = { version = ">=0.321,<1", optional = true, extras = ["sqlalchemy"] } diff --git a/requirements-dev.txt b/requirements-dev.txt index 9266c9f1dea0..f4bf453a108b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -237,7 +237,7 @@ snowflake-sqlalchemy==1.5.1 ; python_version >= "3.9" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13" sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13" -sqlalchemy-exasol[exasol]==4.6.3 ; python_version >= "3.9" and python_version < "4.0" +sqlalchemy-exasol==4.6.3 ; python_version >= "3.9" and python_version < "4.0" sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0" sqlalchemy==1.4.51 ; python_version >= "3.9" and python_version < "4.0" sqlglot==20.8.0 ; python_version >= "3.9" and python_version < "4.0"