#37325 assigned Cleanup/optimization

Bump minimum version of oracledb to 4.0.2

Reported by: Jacob Walls Owned by: Jacob Walls
Component: Database layer (models, ORM) Version: 6.1
Severity: Normal Keywords: oracle
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I propose to cherry-pick the changes Loïc made to bump oracledb in PR separately.

We last bumped oracledb in 5.2 to a version that would be about a year old when 5.2 was released. Bumping to 4.0.2 would be similar (about a year old when 6.2 is released).

The old minimum version of oracledb only supports up to Python 3.12. 4.0.2 will at least get us to Python 3.14. See repo.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top