fix(build): eliminate PostgreSQL extra installation on Python 3.12-based Superset Docker images (#37587)

This commit is contained in:
alok kumar priyadarshi
2026-01-31 14:24:19 +05:30
committed by GitHub
parent 004f02746f
commit 70b95ca1b9

View File

@@ -174,7 +174,7 @@ oracle = ["cx-Oracle>8.0.0, <8.1"]
parseable = ["sqlalchemy-parseable>=0.1.3,<0.2.0"]
pinot = ["pinotdb>=5.0.0, <6.0.0"]
playwright = ["playwright>=1.37.0, <2"]
postgres = ["psycopg2-binary==2.9.6"]
postgres = ["psycopg2-binary==2.9.9"]
presto = ["pyhive[presto]>=0.6.5"]
trino = ["trino>=0.328.0"]
prophet = ["prophet>=1.1.6, <2"]