This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new f0f352ce49 [python] update requirements.txt for pyarrow and pylance
(#6774)
f0f352ce49 is described below
commit f0f352ce49f14a24229757399014f1b4a8f3407b
Author: XiaoHongbo <[email protected]>
AuthorDate: Mon Dec 8 22:42:57 2025 +0800
[python] update requirements.txt for pyarrow and pylance (#6774)
---
paimon-python/dev/requirements.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/paimon-python/dev/requirements.txt
b/paimon-python/dev/requirements.txt
index 342d7a40f4..f5612b9811 100644
--- a/paimon-python/dev/requirements.txt
+++ b/paimon-python/dev/requirements.txt
@@ -34,10 +34,11 @@ polars==0.9.12; python_version<"3.8"
polars==1.8.0; python_version=="3.8"
polars==1.32.0; python_version>"3.8"
pyarrow==6.0.1; python_version < "3.8"
-pyarrow==16; python_version >= "3.8"
+pyarrow>=16,<19; python_version >= "3.8" and python_version < "3.13"
+pyarrow>=16,<19; python_version >= "3.13"
ray==2.48.0
readerwriterlock==1.0.9
zstandard==0.19.0; python_version<"3.9"
zstandard==0.24.0; python_version>="3.9"
-pylance==0.39.0; python_version>="3.9"
+pylance>=0.35,<0.40; python_version>="3.9"
pylance==0.10.18; python_version>="3.8" and python_version<"3.9"