Skip to content

chore(deps-dev): bump sqlalchemy-hana from 0.4.0 to 3.0.3#41953

Merged
rusackas merged 1 commit into
masterfrom
dependabot/pip/sqlalchemy-hana-4.6.0
Jul 11, 2026
Merged

chore(deps-dev): bump sqlalchemy-hana from 0.4.0 to 3.0.3#41953
rusackas merged 1 commit into
masterfrom
dependabot/pip/sqlalchemy-hana-4.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps sqlalchemy-hana from 0.4.0 to 4.6.0.

Changelog

Sourced from sqlalchemy-hana's changelog.

4.6.0

Features


- Fixed import issue with SQLAlchemy 2.1 preview
- Fixed an issue causing ``with_for_update`` to fail if ``of`` was not a column list

4.5.0

Features

  • Added support for with_statement_hint by rendering hints as WITH HINT(...)

4.4.0

Features

- Handle error code ``-10735`` as ``ClientConnectionError``
- Handle ``HANA Database instance resize in progress`` as ``DatabaseConnectNotPossibleError``
- Remove error code restriction from ``NumberOfTransactionsExceededError``

4.3.0

Features

  • Release of experimental asyncio support

4.2.0

Features


- Added ``NumberOfTransactionsExceededError`` to ``sqlalchemy_hana.errors``
- Added ``DistributedTransactionCommitFailureError`` to ``sqlalchemy_hana.errors``

4.1.0

Features

  • Handle TransactionManager is not yet fully initialized as DatabaseConnectNotPossibleError

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot Bot added dependabot pip Dependabot - pip related PRs labels Jul 11, 2026
@bito-code-review

bito-code-review Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #f6bb59

Actionable Suggestions - 0
Filtered by Review Rules

Bito filtered these suggestions based on rules created automatically for your feedback. Manage rules.

  • pyproject.toml - 1
Review Details
  • Files reviewed - 1 · Commit Range: aeb06dc..aeb06dc
    • 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 Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.76%. Comparing base (3818152) to head (e18297d).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #41953      +/-   ##
==========================================
- Coverage   64.80%   64.76%   -0.05%     
==========================================
  Files        2740     2742       +2     
  Lines      153135   153331     +196     
  Branches    35129    35149      +20     
==========================================
+ Hits        99246    99303      +57     
- Misses      51991    52121     +130     
- Partials     1898     1907       +9     
Flag Coverage Δ
hive 39.07% <ø> (-0.01%) ⬇️
mysql 57.96% <ø> (-0.07%) ⬇️
postgres 58.02% <ø> (-0.08%) ⬇️
presto 41.06% <ø> (+0.01%) ⬆️
python 59.40% <ø> (-0.08%) ⬇️
sqlite 57.63% <ø> (-0.07%) ⬇️
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.

@rusackas

Copy link
Copy Markdown
Member

Same blocker as the databricks bump over in #41954: sqlalchemy-hana 4.x requires sqlalchemy>=2, and we're on sqlalchemy>=1.4, <2, so apache-superset[hana] wouldn't resolve. It's not a HANA version thing (our hdbcli==2.28.21 still satisfies its hdbcli~=2.10), just the SQLAlchemy 2 jump.

That said, 0.4.0 is ancient, and sqlalchemy-hana 3.0.3 still supports sqlalchemy<3, >=1.4.0, so it works fine with our current SQLAlchemy. Retargeting this to 3.0.3 instead of 4.6.0 would be a big, safe modernization we could actually take. Happy to push that change if we want it.

Retargeted from Dependabot's 4.6.0 proposal: 4.x requires SQLAlchemy 2.0,
which conflicts with Superset's `sqlalchemy>=1.4, <2` pin. 3.0.3 still
supports `sqlalchemy<3, >=1.4.0`, so it's a large, safe modernization from
the ancient 0.4.0 that works with our current SQLAlchemy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@rusackas rusackas force-pushed the dependabot/pip/sqlalchemy-hana-4.6.0 branch from aeb06dc to e18297d Compare July 11, 2026 22:44
@rusackas rusackas changed the title chore(deps-dev): bump sqlalchemy-hana from 0.4.0 to 4.6.0 chore(deps-dev): bump sqlalchemy-hana from 0.4.0 to 3.0.3 Jul 11, 2026

@rusackas rusackas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Retargeted this from 4.6.0 to 3.0.3, since 4.x wants sqlalchemy>=2 and we're still on sqlalchemy<2. 3.0.3 keeps sqlalchemy<3, >=1.4.0 so it works with our current SQLAlchemy, and it's still a big jump forward from 0.4.0. LGTM, approving!

@rusackas rusackas merged commit 5e6b29d into master Jul 11, 2026
60 of 61 checks passed
@rusackas rusackas deleted the dependabot/pip/sqlalchemy-hana-4.6.0 branch July 11, 2026 23:59
@bito-code-review

Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped – PR Already Merged

Bito scheduled an automatic review for this pull request, but the review was skipped because this PR was merged before the review could be run.
No action is needed if you didn't intend to review it. To get a review, you can type /review in a comment and save it

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

Labels

data:connect:hana Related to Hana dependabot pip Dependabot - pip related PRs size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant