This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 70b95ca1b9 fix(build): eliminate PostgreSQL extra installation on
Python 3.12-based Superset Docker images (#37587)
70b95ca1b9 is described below
commit 70b95ca1b98d6b8b2d6f591cd9a79795abd38ba6
Author: alok kumar priyadarshi
<[email protected]>
AuthorDate: Sat Jan 31 14:24:19 2026 +0530
fix(build): eliminate PostgreSQL extra installation on Python 3.12-based
Superset Docker images (#37587)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 87496d5e97..9c3601adc7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"]