Bump python-oracledb from 2.1.2 to 2.5.1 #7316
Merged
+35
−35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Description
Update oracledb package to version 2.5.1 and adjust Python version compatibility
Here are the release notes for python-oracledb versions 2.4.0 to 2.5.1, focusing on bug fixes, as per the original source:
oracledb 2.5.1 (December 2024)
Thin Mode Changes
Fixed
Connection.ping()
to raise the correct exception when called after the connection has been closed.Fixed
ORA-24459: OCISessionGet() failed
error when connecting to Oracle Database 12.1.Common Changes
Connection.ping()
to raise the correct exception when called after the connection has been closed.oracledb 2.5.0 (November 2024)
Thin Mode Changes
Fixed
Connection.ping()
to raise the correct exception when called after the connection has been closed.Fixed
ORA-24459: OCISessionGet() failed
error when connecting to Oracle Database 12.1.Common Changes
Connection.ping()
to raise the correct exception when called after the connection has been closed.oracledb 2.4.1 (August 2024)
Thin Mode Changes
ORA-24459: OCISessionGet() failed
error when connecting to Oracle Database 12.1.oracledb 2.4.0 (August 2024)
Thin Mode Changes
Connection.ping()
to raise the correct exception when called after the connection has been closed.Common Changes
For more detailed information, please refer to the official release notes: https://python-oracledb.readthedocs.io/en/latest/release_notes.html
How is this tested?
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)