Skip to content

Commit 53592ed

Browse files
SNOW-1886670 pin pyarrow (#2163)
1 parent 5bfa659 commit 53592ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010
- v3.13.3(TBD)
1111
- Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
1212
- Removed the workaround for a Python 2.7 bug.
13+
- Added a <19.0.0 pin to pyarrow as a workaround to a bug affecting Azure Batch.
1314

1415
- v3.13.2(January 29, 2025)
1516
- Changed not to use scoped temporary objects.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ development =
9393
pytzdata
9494
pandas =
9595
pandas>=1.0.0,<3.0.0
96-
pyarrow
96+
pyarrow<19.0.0
9797
secure-local-storage =
9898
keyring>=23.1.0,<26.0.0

0 commit comments

Comments
 (0)