Skip to content

deps(API): Bump clickhouse-driver to 0.2.11#8049

Open
khvn26 wants to merge 1 commit into
mainfrom
chore/bump-clickhouse-driver-0.2.11
Open

deps(API): Bump clickhouse-driver to 0.2.11#8049
khvn26 wants to merge 1 commit into
mainfrom
chore/bump-clickhouse-driver-0.2.11

Conversation

@khvn26

@khvn26 khvn26 commented Jul 20, 2026

Copy link
Copy Markdown
Member

Thanks for submitting a PR! Please check the boxes below:

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

Changes

Moves clickhouse-driver off the Flagsmith git fork to the public PyPI 0.2.11 release, dropping the [tool.uv.sources] git entry.

django-clickhouse-backend pins clickhouse-driver==0.2.10 exactly, so a plain bump is unsatisfiable. This adds an override-dependencies entry forcing 0.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 lock locally. CI test suite covers the ClickHouse-backed paths.

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
@khvn26
khvn26 requested a review from a team as a code owner July 20, 2026 15:42
@khvn26
khvn26 requested review from emyller and removed request for a team July 20, 2026 15:42
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Preview Jul 20, 2026 3:43pm
flagsmith-frontend-preview Ignored Ignored Preview Jul 20, 2026 3:43pm
flagsmith-frontend-staging Ignored Ignored Preview Jul 20, 2026 3:43pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d2ac4ade-606f-4ba5-bbcf-efcb35c2fa5d

📥 Commits

Reviewing files that changed from the base of the PR and between af83f8e and ae557da.

⛔ Files ignored due to path filters (1)
  • api/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • api/pyproject.toml

📝 Walkthrough

Walkthrough

The API project now pins clickhouse-driver to version 0.2.11, removes its Git-based source override, and adds the same version to uv’s dependency overrides with a TODO referencing an upstream issue.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the api Issue related to the REST API label Jul 20, 2026
@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-8049 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-8049 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api-test:pr-8049 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-8049 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-8049 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-8049 Finished ✅ Results

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor
✅ private-cloud · depot-ubuntu-latest-arm-16 — run #18535 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  38.2 seconds
commit  ae557da
info  🔄 Run: #18535 (attempt 1)

🗂️ Previous results
✅ private-cloud · depot-ubuntu-latest-16 — run #18535 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  6 passed

Details

stats  6 tests across 5 suites
duration  11.4 seconds
commit  ae557da
info  🔄 Run: #18535 (attempt 1)

✅ oss · depot-ubuntu-latest-arm-16 — run #18535 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  45.3 seconds
commit  ae557da
info  🔄 Run: #18535 (attempt 1)

✅ oss · depot-ubuntu-latest-16 — run #18535 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  40.4 seconds
commit  ae557da
info  🔄 Run: #18535 (attempt 1)

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.65%. Comparing base (10a36ab) to head (ae557da).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

Visual Regression

19 screenshots compared. See report for details.
View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant