Skip to content

chore(deps-dev): update cx-oracle requirement from <8.4,>8.0.0 to >=8.3.0,<8.4#41088

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cx-oracle-gte-8.3.0-and-lt-8.4
Closed

chore(deps-dev): update cx-oracle requirement from <8.4,>8.0.0 to >=8.3.0,<8.4#41088
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cx-oracle-gte-8.3.0-and-lt-8.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on cx-oracle to permit the latest version.

Release notes

Sourced from cx-oracle's releases.

v8.3.0

cx_Oracle 8.3 is now released. This release introduced official support for Python 3.10 and addressed a few small issues. See the full release notes for all of the details.

Commits
  • 5728cf5 Try newer version of Sphinx.
  • 3a40eea ReadTheDocs only supports up to Python 3.8.
  • fde9ec7 ReadTheDocs requires configuration so make it happy.
  • 45118e0 Preparing to release cx_Oracle 8.3.
  • 29ca919 Add official support for Python 3.10.
  • ae687ce Improve documentation for WHERE IN clauses.
  • 2d33fec Test suite improvements.
  • 9db9d69 Batch loading documentation improvements.
  • 00dc44e Update ODPI-C.
  • 76157dd Add note that change to MessageProperties.msgid marked the attribute
  • Additional commits viewable in compare view

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 [cx-oracle](https://github.com/oracle/python-cx_Oracle) to permit the latest version.
- [Release notes](https://github.com/oracle/python-cx_Oracle/releases)
- [Commits](oracle/python-cx_Oracle@8.0.1...8.3.0)

---
updated-dependencies:
- dependency-name: cx-oracle
  dependency-version: 8.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot pip Dependabot - pip related PRs labels Jun 15, 2026

@bito-code-review bito-code-review Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review Agent Run #ec356a

Actionable Suggestions - 1
  • pyproject.toml - 1
Review Details
  • Files reviewed - 1 · Commit Range: b0570df..b0570df
    • 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

Comment thread pyproject.toml
"geojson",
]
oracle = ["cx-Oracle>8.0.0, <8.4"]
oracle = ["cx-Oracle>=8.3.0, <8.4"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Deprecated cx-Oracle vs oracledb mismatch

The oracle extra specifies cx-Oracle>=8.3.0,<8.4 but the codebase already migrated to oracledb (see superset/db_engine_specs/oracle.py line 38: "pypi_packages": ["oracledb"]). cx_Oracle was deprecated by Oracle in 2022, only supports Python ≤3.10, and has known build failures on Python 3.11+. This dependency is incompatible with Superset's requires-python = ">=3.10" and will fail to install or build on supported Python versions.

Code suggestion
Check the AI-generated fix before applying
 --- pyproject.toml (line 180) ---
 180:-oracle = ["cx-Oracle>=8.3.0, <8.4"]
 180:+oracle = ["oracledb>=2.0.0,<3"]

Code Review Run #ec356a


Should Bito avoid suggestions like this for future reviews? (Manage Rules)

  • Yes, avoid them

@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.25%. Comparing base (f56524b) to head (b0570df).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #41088      +/-   ##
==========================================
- Coverage   64.31%   64.25%   -0.07%     
==========================================
  Files        2651     2660       +9     
  Lines      144677   144795     +118     
  Branches    33350    33384      +34     
==========================================
- Hits        93054    93043      -11     
- Misses      49972    50099     +127     
- Partials     1651     1653       +2     
Flag Coverage Δ
hive 39.35% <ø> (ø)
mysql 58.07% <ø> (ø)
postgres 58.13% <ø> (-0.01%) ⬇️
presto 40.92% <ø> (ø)
python 59.59% <ø> (-0.01%) ⬇️
sqlite 57.76% <ø> (ø)
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

Closing in favor of #41122 - rather than bump cx-Oracle, we're dropping it for oracledb (which is what the engine spec already points at). Thanks anyway, dependabot!

@rusackas rusackas closed this Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/cx-oracle-gte-8.3.0-and-lt-8.4 branch June 16, 2026 18:18
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.

1 participant