Skip to content

Commit 216608b

Browse files
committed
d
1 parent 2c069e2 commit 216608b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
- Improved `DataFrameReader.dbapi` (PuPr) reading performance by setting the default `fetch_size` parameter value to 100000.
120120
- Improved error message for XSD validation failure when reading XML files using `session.read.option('rowValidationXSDPath', <xsd_path>).xml(<stage_file_path>)`.
121121

122+
#### Dependency Updates
123+
124+
- Updated the supported `snowflake-connector-python` versions to >=3.17.0 and <5.0.0 (was previously >= 3.17.0 and <4.0.0).
125+
122126
### Snowpark pandas API Updates
123127

124128
#### Dependency Updates

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Snowpark pandas requires modin 0.36.x or 0.37.x, which are compatible with pandas
1818
# 2.2.x or 2.3.x
1919
MODIN_DEPENDENCY_VERSION = ">=0.36.0, <0.38.0"
20-
CONNECTOR_DEPENDENCY_VERSION = ">=3.17.0, <4.0.0"
20+
CONNECTOR_DEPENDENCY_VERSION = ">=3.17.0, <5.0.0"
2121
CONNECTOR_DEPENDENCY = f"snowflake-connector-python{CONNECTOR_DEPENDENCY_VERSION}"
2222
INSTALL_REQ_LIST = [
2323
"setuptools>=40.6.0",

0 commit comments

Comments
 (0)