Skip to content

Commit 9cfd35d

Browse files
betodealmeidasadpandajoe
authored andcommitted
chore: bump duckdb et al. (#36171)
(cherry picked from commit 5320730)
1 parent 785a6d0 commit 9cfd35d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ denodo = ["denodo-sqlalchemy~=1.0.6"]
128128
dremio = ["sqlalchemy-dremio>=1.2.1, <4"]
129129
drill = ["sqlalchemy-drill>=1.1.4, <2"]
130130
druid = ["pydruid>=0.6.5,<0.7"]
131-
duckdb = ["duckdb-engine>=0.12.1, <0.13"]
131+
duckdb = ["duckdb>=1.4.2,<2", "duckdb-engine>=0.17.0"]
132132
dynamodb = ["pydynamodb>=0.4.2"]
133133
solr = ["sqlalchemy-solr >= 0.2.0"]
134134
elasticsearch = ["elasticsearch-dbapi>=0.2.9, <0.3.0"]

requirements/base.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ sqlalchemy==1.4.54
370370
# via
371371
# apache-superset (pyproject.toml)
372372
# alembic
373+
# apache-superset-core
373374
# flask-appbuilder
374375
# flask-sqlalchemy
375376
# marshmallow-sqlalchemy
@@ -378,9 +379,12 @@ sqlalchemy==1.4.54
378379
sqlalchemy-utils==0.38.3
379380
# via
380381
# apache-superset (pyproject.toml)
382+
# apache-superset-core
381383
# flask-appbuilder
382384
sqlglot==27.15.2
383-
# via apache-superset (pyproject.toml)
385+
# via
386+
# apache-superset (pyproject.toml)
387+
# apache-superset-core
384388
sshtunnel==0.4.0
385389
# via apache-superset (pyproject.toml)
386390
tabulate==0.9.0
@@ -395,6 +399,7 @@ typing-extensions==4.14.0
395399
# via
396400
# apache-superset (pyproject.toml)
397401
# alembic
402+
# apache-superset-core
398403
# cattrs
399404
# limits
400405
# pyopenssl

requirements/development.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ numpy==1.26.4
466466
# pandas
467467
# pandas-gbq
468468
# prophet
469+
# pyarrow
469470
oauthlib==3.2.2
470471
# via requests-oauthlib
471472
odfpy==1.4.1
@@ -536,6 +537,7 @@ pgsanity==0.2.9
536537
# apache-superset
537538
pillow==11.3.0
538539
# via
540+
# -c requirements/base.txt
539541
# apache-superset
540542
# matplotlib
541543
pip==25.1.1

0 commit comments

Comments
 (0)