Skip to content

Commit b37e584

Browse files
fordNclaude
andcommitted
deps: Upgrade snowflake-connector-python to 4.0.0
Upgrades from 3.18.0 to 4.0.0 to benefit from: - Improved token expiration handling - Certificate revocation checking via CRLs - General stability improvements Test results show +1 test passing (19 passed, 11 failed, up from 18/12). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8c8a78c commit b37e584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ iceberg = [
5454
]
5555

5656
snowflake = [
57-
"snowflake-connector-python>=3.5.0",
57+
"snowflake-connector-python>=4.0.0",
5858
"snowpipe-streaming>=1.0.0", # Snowpipe Streaming API
5959
]
6060

@@ -68,7 +68,7 @@ all_loaders = [
6868
"deltalake>=1.0.2", # Delta Lake (consistent version)
6969
"pyiceberg[sql-sqlite]>=0.10.0", # Apache Iceberg
7070
"pydantic>=2.0,<2.12", # PyIceberg 0.10.0 compatibility
71-
"snowflake-connector-python>=3.5.0", # Snowflake
71+
"snowflake-connector-python>=4.0.0", # Snowflake
7272
"snowpipe-streaming>=1.0.0", # Snowpipe Streaming API
7373
"lmdb>=1.4.0", # LMDB
7474
]

0 commit comments

Comments
 (0)