Skip to content

chore(deps-dev): update sqlalchemy-risingwave requirement from <3.0.0,>=1.4.1 to >=2.1.0,<3.0.0 - #42904

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sqlalchemy-risingwave-gte-2.1.0-and-lt-3.0.0
Open

chore(deps-dev): update sqlalchemy-risingwave requirement from <3.0.0,>=1.4.1 to >=2.1.0,<3.0.0#42904
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/sqlalchemy-risingwave-gte-2.1.0-and-lt-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sqlalchemy-risingwave to permit the latest version.

Changelog

Sourced from sqlalchemy-risingwave's changelog.

2.1.0 - 2026-06-18

Adds the psycopg3 driver path — synchronous and asynchronous — to the existing psycopg2 sync dialect. No behaviour on the existing risingwave+psycopg2:// URL changes; 2.1.0 is a backwards-compatible addition.

Added

  • psycopg3 driver support via risingwave+psycopg:// URLs. Sync engines resolve to RisingWaveDialect_psycopg; async engines resolve to RisingWaveDialect_psycopg_async via the sync class's get_async_dialect_cls override, keeping every RisingWave behaviour (compilers, capability flags, reflection, Superset cancel-query shim) consistent across both paths.
  • SQLAlchemy create_async_engine("risingwave+psycopg://...") is now supported. The sync RisingWaveDialect_psycopg.get_async_dialect_cls(...) dispatches to RisingWaveDialect_psycopg_async so both sync and async paths share the _RisingWaveCommon overrides.
  • Optional psycopg3 extras: pip install "sqlalchemy-risingwave[psycopg3]".
  • A documentation page at docs/async.md covering the async usage pattern, FastAPI sketch, the streaming visibility reminder, and the exact set of behaviours every PR validates against a real RisingWave instance in CI.
  • A runnable examples/async_usage.py script covering minimal SELECT, write → explicit FLUSH → read, and asyncio.gather concurrency.
  • README "Async support" section.

Changed

  • The driver-agnostic RisingWave behaviour has moved from the RisingWaveDialect class into a new _RisingWaveCommon mixin. The RisingWaveDialect name is preserved as an import alias on the psycopg2 path; downstream code that imports it from sqlalchemy_risingwave.base continues to work without modification.

Tests

The new merge-gating integration tests land alongside the dialect. They run against a real RisingWave instance via .github/workflows/test.yml and a failure blocks merge. The compliance.yml workflow remains advisory and is unchanged.

  • Cross-driver round trip: data written via psycopg2 sync is read back identically through psycopg3 sync and psycopg3 async, with an explicit FLUSH so RisingWave's streaming visibility window can't mask a driver-level mismatch.
  • Parametrised type round-trip matrix across driver (psycopg2, psycopg) × type (Integer, BigInteger, Float, String ASCII / unicode, UUID, Boolean true/false, LargeBinary).

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqlalchemy-risingwave](https://github.com/risingwavelabs/sqlalchemy-risingwave) to permit the latest version.
- [Changelog](https://github.com/risingwavelabs/sqlalchemy-risingwave/blob/main/CHANGELOG.md)
- [Commits](risingwavelabs/sqlalchemy-risingwave@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: sqlalchemy-risingwave
  dependency-version: 2.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot pip Dependabot - pip related PRs labels Aug 8, 2026
@bito-code-review

bito-code-review Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #33e702

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 34ebec6..34ebec6
    • pyproject.toml
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.40%. Comparing base (3872790) to head (34ebec6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #42904   +/-   ##
=======================================
  Coverage   66.40%   66.40%           
=======================================
  Files        2857     2857           
  Lines      161293   161293           
  Branches    37134    37134           
=======================================
  Hits       107114   107114           
  Misses      52153    52153           
  Partials     2026     2026           
Flag Coverage Δ
hive 38.24% <ø> (ø)
mysql 57.78% <ø> (ø)
postgres 57.83% <ø> (ø)
presto 40.20% <ø> (ø)
python 59.22% <ø> (ø)
sqlite 57.45% <ø> (ø)
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

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

Labels

dependabot pip Dependabot - pip related PRs size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants