diff --git a/pyproject.toml b/pyproject.toml index 933e5175971..0cdd5dab15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ "python-dateutil", "python-dotenv", # optional dependencies for Flask but required for Superset, see https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies "pygeohash", - "pyarrow>=16.1.0, <21", # before upgrading pyarrow, check that all db dependencies support this, see e.g. https://github.com/apache/superset/pull/34693 + "pyarrow>=16.1.0, <25", # before upgrading pyarrow, check that all db dependencies support this, see e.g. https://github.com/apache/superset/pull/34693 "pyyaml>=6.0.0, <7.0.0", "PyJWT>=2.4.0, <3.0", "redis>=5.0.0, <6.0", diff --git a/requirements/base.in b/requirements/base.in index cad39dc543c..812c367e43e 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -30,7 +30,7 @@ cryptography>=46.0.7,<47.0.0 # Security: Snyk - XSS vulnerability in Mako templates mako>=1.3.11,<2.0.0 # Security: CVE-2024-52338 (CRITICAL) - Deserialization of untrusted data in IPC/Parquet readers -pyarrow>=20.0.0,<21.0.0 +pyarrow>=20.0.0,<25.0.0 # Security: CVE-2026-27459 - pyopenssl certificate validation pyopenssl>=26.0.0,<27.0.0 # Security: CVE-2026-25645 (MEDIUM) - Insecure Temporary File