chore(deps): upgrade Snowflake connector to 4.7.2 - #124
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 4 reviews per hour. 📝 WalkthroughWalkthroughThe project configuration now requires Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates the Snowflake connector and lockfile without any identified merge-blocking risk; it is ready to merge after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) Full details: Updates DocsExplanation PASS: The pull request does not implement a feature. The exact diff against origin/main changes only pyproject.toml and poetry.lock to upgrade snowflake-connector-python from 4.4.0 to 4.7.2. No public API, runtime feature, or product behavior is added. Therefore, the documentation-update condition is not applicable. Comment |
|
📦 Python package built successfully!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
=======================================
Coverage 74.46% 74.46%
=======================================
Files 95 95
Lines 5707 5707
Branches 851 851
=======================================
Hits 4250 4250
Misses 1180 1180
Partials 277 277
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
🚀 Review App Deployment Started
|
Summary
Upgrade
snowflake-connector-pythonfrom 4.4.0 to 4.7.2.This resolves CVE-2026-15925, an improper TLS hostname verification vulnerability fixed in version 4.7.1. Version
4.7.2 includes the security fix and subsequent bug fixes.
Compatibility
<5upper bound for compatibility withsnowflake-sqlalchemy>=3.10,<3.14)Resolves BLU-6333
Summary by CodeRabbit