[PR #19621] [CLOSED] chore(deps): bump oracledb from 3.2.0 to 3.4.1 in /backend #48319

Closed
opened 2026-04-29 23:57:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/19621
Author: @dependabot[bot]
Created: 12/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/oracledb-3.4.1


📝 Commits (1)

  • 89704ed chore(deps): bump oracledb from 3.2.0 to 3.4.1 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps oracledb from 3.2.0 to 3.4.1.

Release notes

Sourced from oracledb's releases.

v3.4.1

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

v3.4.0

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

  • support for Direct Path Load in thin mode for fast data ingestion
  • support for data frames is no longer considered a pre-release
  • support for type mapping when querying with data frames
  • support for ingesting more Apache Arrow data types
  • support for ingesting Apache Arrow data frames containing multiple chunks
  • support for cursor.executemany() operating on large input data in batches
  • fine-grained control over LOB and number handling
  • new optional install dependencies for plugins

See the full release notes for all of the details.

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.

Commits
  • f21d505 Preparing to release python-oracledb 3.4.1.
  • c9ecb6c Fixed bug that failed to handle the KeyboardInterrupt exception
  • 306e41b Fixed bug when fetching a timestamp with nanosecond precision into a
  • 30d956e Remove dead code.
  • 7451c30 Fix template.
  • 20e37fe Fixed bug when adding a call to a PL/SQL function which returns LOBs to
  • 75417f1 Ensure that PL/SQL errors found while building the schema are reported.
  • 55e9491 Raise helpful exception for requested_schema programming errors.
  • c3c2573 Fixed bug when setting "SOURCE_ROUTE" on the "DESCRIPTION" section of a
  • 3df1328 Error "DPY-2068: scroll operation is not supported on a non-scrollable
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/19621 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/oracledb-3.4.1` --- ### 📝 Commits (1) - [`89704ed`](https://github.com/open-webui/open-webui/commit/89704edf0cb09d4ca24419cfd2e2d5241e467312) chore(deps): bump oracledb from 3.2.0 to 3.4.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [oracledb](https://github.com/oracle/python-oracledb) from 3.2.0 to 3.4.1. <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.4.1</h2> <p>python-oracledb 3.4.1 is now released. This release addresses a number of issues. See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-4-1-november-2025">full release notes</a> for all of the details.</p> <h2>v3.4.0</h2> <p>python-oracledb 3.4.0 is now released. This release has the following highlights:</p> <ul> <li>support for Direct Path Load in thin mode for fast data ingestion</li> <li>support for data frames is no longer considered a pre-release</li> <li>support for type mapping when querying with data frames</li> <li>support for ingesting more Apache Arrow data types</li> <li>support for ingesting Apache Arrow data frames containing multiple chunks</li> <li>support for cursor.executemany() operating on large input data in batches</li> <li>fine-grained control over LOB and number handling</li> <li>new optional install dependencies for plugins</li> </ul> <p>See the <a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#oracledb-3-4-0-october-2025">full release notes</a> for all of the details.</p> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/python-oracledb/commit/f21d50544439ab41e191b98d79e1acc077d2621b"><code>f21d505</code></a> Preparing to release python-oracledb 3.4.1.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/c9ecb6ce9e1aebb106b1f86b21937923b96841a8"><code>c9ecb6c</code></a> Fixed bug that failed to handle the KeyboardInterrupt exception</li> <li><a href="https://github.com/oracle/python-oracledb/commit/306e41b1aaf6f04fef4538cda5fc1999b47a1d84"><code>306e41b</code></a> Fixed bug when fetching a timestamp with nanosecond precision into a</li> <li><a href="https://github.com/oracle/python-oracledb/commit/30d956eaa293ae4b9a24a77a403a6e0b1621db9f"><code>30d956e</code></a> Remove dead code.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/7451c305ce5b5c5407e5c4e8c4b143d19213ca94"><code>7451c30</code></a> Fix template.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/20e37fe66b66c93edc2bcdd9befc3b1f02a46643"><code>20e37fe</code></a> Fixed bug when adding a call to a PL/SQL function which returns LOBs to</li> <li><a href="https://github.com/oracle/python-oracledb/commit/75417f1628cd09a46d20446401b61425c66d82e1"><code>75417f1</code></a> Ensure that PL/SQL errors found while building the schema are reported.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/55e94919a70b598240badffb54ed4cc67fe46df1"><code>55e9491</code></a> Raise helpful exception for requested_schema programming errors.</li> <li><a href="https://github.com/oracle/python-oracledb/commit/c3c25730709a51bf264b819d310f2c025d602af5"><code>c3c2573</code></a> Fixed bug when setting &quot;SOURCE_ROUTE&quot; on the &quot;DESCRIPTION&quot; section of a</li> <li><a href="https://github.com/oracle/python-oracledb/commit/3df1328a2a9553752408f8f7b079704b0d47c6b2"><code>3df1328</code></a> Error &quot;DPY-2068: scroll operation is not supported on a non-scrollable</li> <li>Additional commits viewable in <a href="https://github.com/oracle/python-oracledb/compare/v3.2.0...v3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oracledb&package-manager=pip&previous-version=3.2.0&new-version=3.4.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 23:57:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#48319