[PR #26396] chore(deps): bump oracledb from 3.0.0 to 3.3.0 in /api #31421

Closed
opened 2026-02-21 20:49:26 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/26396

State: closed
Merged: Yes


Bumps oracledb from 3.0.0 to 3.3.0.

Release notes

Sourced from oracledb's releases.

v3.3.0

python-oracledb 3.3.0 is now released. This release has the following highlights:

  • support for sessionless transactions with Oracle Database 23ai
  • support for ingestion of dataframes
  • support for the ArrowArrayStream PyCapsule interface
  • pre-built binaries for Python 3.14 (this version is in the release candidate phase currently)

See the full release notes for all of the details.

v3.2.0

python-oracledb 3.2.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:

  • support for recipient lists in Oracle Advanced Queuing with thin mode
  • support for fetching VECTOR columns in data frames
  • support for Instance Principal authentication when using OCI Cloud Native Authentication
  • support for Oracle Database 23ai multi-pool DRCP

See the full release notes for all of the details.

v3.1.1

python-oracledb 3.1.1 is now released. This release addresses a number of reported issues. See the full release notes for all of the details.

v3.1.0

python-oracledb 3.1.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:

  • support added for scrollable cursors in thin mode
  • improved support for AQ in thin mode
  • improvements to data frame fetching

See the full release notes for all of the details.

Commits
  • 94a9440 Preparing to release python-oracledb 3.3.
  • 71cc3d4 Correct issue with fetching data frames that contain multiple packets
  • a43a812 Doc and sample improvements.
  • fc40c52 Make it easier to use Instant Client for Mac & Windows testing.
  • cb464ab Test improvements.
  • 1c747ee Fixed bug when fetching numeric data with precision that exceeds 38 as
  • 6b15d7b Update ODPI-C to released 5.6.2.
  • 1a5bea2 Simplify build action.
  • ffb6407 Update ODPI-C.
  • ba350dc Fixed bug with connect strings containing "SOURCE_ROUTE=YES" where the
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/26396 **State:** closed **Merged:** Yes --- Bumps [oracledb](https://github.com/oracle/python-oracledb) from 3.0.0 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oracle/python-oracledb/releases">oracledb's releases</a>.</em></p> <blockquote> <h2>v3.3.0</h2> <p>python-oracledb 3.3.0 is now released. This release has the following highlights:</p> <ul> <li>support for sessionless transactions with Oracle Database 23ai</li> <li>support for ingestion of dataframes</li> <li>support for the ArrowArrayStream PyCapsule interface</li> <li>pre-built binaries for Python 3.14 (this version is in the release candidate phase currently)</li> </ul> <p>See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-3-0-july-2025">full release notes</a> for all of the details.</p> <h2>v3.2.0</h2> <p>python-oracledb 3.2.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:</p> <ul> <li>support for recipient lists in Oracle Advanced Queuing with thin mode</li> <li>support for fetching VECTOR columns in data frames</li> <li>support for Instance Principal authentication when using OCI Cloud Native Authentication</li> <li>support for Oracle Database 23ai multi-pool DRCP</li> </ul> <p>See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-2-0-june-2025">full release notes</a> for all of the details.</p> <h2>v3.1.1</h2> <p>python-oracledb 3.1.1 is now released. This release addresses a number of reported issues. See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-1-1-may-2025">full release notes</a> for all of the details.</p> <h2>v3.1.0</h2> <p>python-oracledb 3.1.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:</p> <ul> <li>support added for scrollable cursors in thin mode</li> <li>improved support for AQ in thin mode</li> <li>improvements to data frame fetching</li> </ul> <p>See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-1-0-april-2025">full release notes</a> for all of the details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/python-oracledb/commit/94a94408e728273a4ab04b104e8df22f22573a0b"><code>94a9440</code></a> Preparing to release python-oracledb 3.3.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/71cc3d4bb74f03ac4c12a69ffa5d83be20632322"><code>71cc3d4</code></a> Correct issue with fetching data frames that contain multiple packets</li> <li><a href="https://github.com/oracle/python-oracledb/commit/a43a812307936de5e2ab5f2fa29bfb655487dd2e"><code>a43a812</code></a> Doc and sample improvements.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/fc40c5265d6bc0f0cef91a126206d9320c68af6e"><code>fc40c52</code></a> Make it easier to use Instant Client for Mac &amp; Windows testing.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/cb464ab293fb7880d5998fd2d2ca790f127752f1"><code>cb464ab</code></a> Test improvements.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/1c747ee3f9e4195dfe58d5a4f5dfe91e9ff221cb"><code>1c747ee</code></a> Fixed bug when fetching numeric data with precision that exceeds 38 as</li> <li><a href="https://github.com/oracle/python-oracledb/commit/6b15d7be32831deca5d3991a41bd788f5d48aa93"><code>6b15d7b</code></a> Update ODPI-C to released 5.6.2.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/1a5bea2da5ad238dc4a60c6147a693e4968bb422"><code>1a5bea2</code></a> Simplify build action.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/ffb6407f51090a2b5d2a71a06a2f8e26ce25444e"><code>ffb6407</code></a> Update ODPI-C.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/ba350dc5dfeeddacd724d1abd0ca4cf7c7ba5fb1"><code>ba350dc</code></a> Fixed bug with connect strings containing &quot;SOURCE_ROUTE=YES&quot; where the</li> <li>Additional commits viewable in <a href="https://github.com/oracle/python-oracledb/compare/v3.0.0...v3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oracledb&package-manager=uv&previous-version=3.0.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
yindo added the pull-request label 2026-02-21 20:49:26 -05:00
yindo closed this issue 2026-02-21 20:49:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31421