diff --git a/pyproject.toml b/pyproject.toml index 743b53a1f183..7d949af0ddd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dependencies = [ "PyJWT>=2.4.0, <3.0", "redis>=4.6.0, <5.0", "selenium>=4.14.0, <5.0", - "shillelagh[gsheetsapi]>=1.2.18, <2.0", + "shillelagh[gsheetsapi]>=1.4.3, <2.0", "sshtunnel>=0.4.0, <0.5", "simplejson>=3.15.0", "slack_sdk>=3.19.0, <4", @@ -144,7 +144,7 @@ fastmcp = ["fastmcp>=2.10.6"] firebird = ["sqlalchemy-firebird>=0.7.0, <0.8"] firebolt = ["firebolt-sqlalchemy>=1.0.0, <2"] gevent = ["gevent>=23.9.1"] -gsheets = ["shillelagh[gsheetsapi]>=1.2.18, <2"] +gsheets = ["shillelagh[gsheetsapi]>=1.4.3, <2"] hana = ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"] hive = [ "pyhive[hive]>=0.6.5;python_version<'3.11'", @@ -175,7 +175,7 @@ trino = ["trino>=0.328.0"] prophet = ["prophet>=1.1.6, <2"] redshift = ["sqlalchemy-redshift>=0.8.1, <0.9"] risingwave = ["sqlalchemy-risingwave"] -shillelagh = ["shillelagh[all]>=1.2.18, <2"] +shillelagh = ["shillelagh[all]>=1.4.3, <2"] singlestore = ["sqlalchemy-singlestoredb>=1.1.1, <2"] snowflake = ["snowflake-sqlalchemy>=1.2.4, <2"] spark = [ diff --git a/requirements/base.txt b/requirements/base.txt index 18d1bf07d6d3..73498b1bb21d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -363,7 +363,7 @@ rsa==4.9.1 # via google-auth selenium==4.32.0 # via apache-superset (pyproject.toml) -shillelagh==1.3.5 +shillelagh==1.4.3 # via apache-superset (pyproject.toml) simplejson==3.20.1 # via apache-superset (pyproject.toml) diff --git a/requirements/development.txt b/requirements/development.txt index 0a7f2f09a410..559831477a8f 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -857,7 +857,7 @@ setuptools==80.7.1 # pydata-google-auth # zope-event # zope-interface -shillelagh==1.3.5 +shillelagh==1.4.3 # via # -c requirements/base-constraint.txt # apache-superset