deps(API): Bump clickhouse-driver to 0.2.11#8049
Conversation
Moves clickhouse-driver off the Flagsmith git fork (newjson branch, commit b33d5e74) to the public PyPI 0.2.11 release. django-clickhouse- backend pins clickhouse-driver==0.2.10, so an override-dependencies entry forces 0.2.11, with a TODO to drop it once the backend allows >=0.2.11. beep boop
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe API project now pins Estimated code review effort: 1 (Trivial) | ~3 minutes Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Docker builds report
|
✅ private-cloud · depot-ubuntu-latest-arm-16 — run #18535 (attempt 1)Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
🗂️ Previous results✅ private-cloud · depot-ubuntu-latest-16 — run #18535 (attempt 1)Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
✅ oss · depot-ubuntu-latest-arm-16 — run #18535 (attempt 1)Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
✅ oss · depot-ubuntu-latest-16 — run #18535 (attempt 1)Playwright Test Results (oss - depot-ubuntu-latest-16)Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8049 +/- ##
=======================================
Coverage 98.65% 98.65%
=======================================
Files 1512 1512
Lines 59971 59971
=======================================
Hits 59165 59165
Misses 806 806 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Visual Regression19 screenshots compared. See report for details. |
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
Moves
clickhouse-driveroff the Flagsmith git fork to the public PyPI0.2.11release, dropping the[tool.uv.sources]git entry.django-clickhouse-backendpinsclickhouse-driver==0.2.10exactly, so a plain bump is unsatisfiable. This adds anoverride-dependenciesentry forcing0.2.11, with a TODO to remove it once the backend allows>=0.2.11(jayvynl/django-clickhouse-backend#154).How did you test this code?
Ran
uv locklocally. CI test suite covers the ClickHouse-backed paths.