This is an automated email from the ASF dual-hosted git repository.
rusackas 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 3c6091144b chore(deps): Upgrade pyarrow to 18.1.0 (#31476)
3c6091144b is described below
commit 3c6091144bf48d0ee8ed5ee5091ad957324b23b2
Author: Phillip LeBlanc <[email protected]>
AuthorDate: Thu May 1 13:31:47 2025 +0900
chore(deps): Upgrade pyarrow to 18.1.0 (#31476)
Co-authored-by: Ville Brofeldt <[email protected]>
---
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 7c1b0ca5fe..dd28c805f6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -81,7 +81,7 @@ dependencies = [
"python-dateutil",
"python-dotenv", # optional dependencies for Flask but required for
Superset, see
https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies
"python-geohash",
- "pyarrow>=14.0.1, <15",
+ "pyarrow>=18.1.0, <19",
"pyyaml>=6.0.0, <7.0.0",
"PyJWT>=2.4.0, <3.0",
"redis>=4.6.0, <5.0",
diff --git a/requirements/base.txt b/requirements/base.txt
index 9016d38da7..e3e88fd3fc 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -274,7 +274,7 @@ prison==0.2.1
# via flask-appbuilder
prompt-toolkit==3.0.51
# via click-repl
-pyarrow==14.0.2
+pyarrow==18.1.0
# via apache-superset (pyproject.toml)
pyasn1==0.6.1
# via
diff --git a/requirements/development.txt b/requirements/development.txt
index 4f595e82ab..9e5f08a479 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -587,7 +587,7 @@ psutil==6.1.0
# via apache-superset
psycopg2-binary==2.9.6
# via apache-superset
-pyarrow==14.0.2
+pyarrow==18.1.0
# via
# -c requirements/base.txt
# apache-superset