We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfa659 commit 53592edCopy full SHA for 53592ed
DESCRIPTION.md
@@ -10,6 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
10
- v3.13.3(TBD)
11
- Bumped pyOpenSSL dependency upper boundary from <25.0.0 to <26.0.0.
12
- 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.
14
15
- v3.13.2(January 29, 2025)
16
- Changed not to use scoped temporary objects.
setup.cfg
@@ -93,6 +93,6 @@ development =
93
pytzdata
94
pandas =
95
pandas>=1.0.0,<3.0.0
96
- pyarrow
+ pyarrow<19.0.0
97
secure-local-storage =
98
keyring>=23.1.0,<26.0.0
0 commit comments