diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index a4309541c9e2..3e0fa2760002 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -993,7 +993,7 @@ Oracle notes ============ Django supports `Oracle Database Server`_ versions 19c and higher. Version -2.3.0 or higher of the `oracledb`_ Python driver is required. +4.0.2 or higher of the `oracledb`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ .. _`oracledb`: https://oracle.github.io/python-oracledb/ diff --git a/docs/releases/6.2.txt b/docs/releases/6.2.txt index 327d89599f69..6fc57a0e2446 100644 --- a/docs/releases/6.2.txt +++ b/docs/releases/6.2.txt @@ -329,6 +329,9 @@ Miscellaneous * The minimum supported version of ``asgiref`` is increased from 3.9.1 to 3.12.1. +* The minimum supported version of ``oracledb`` is increased from 2.3.0 to + 4.0.2. + * In the asynchronous request path, error responses (such as those rendered by ``handler404`` and ``handler500``) are now rendered on the request's thread-sensitive thread, rather than on a shared thread pool, so that diff --git a/tests/requirements/oracle.txt b/tests/requirements/oracle.txt index d1490df020b3..886b668098bc 100644 --- a/tests/requirements/oracle.txt +++ b/tests/requirements/oracle.txt @@ -1 +1 @@ -oracledb >= 2.3.0 +oracledb >= 4.0.2