From d9af197801376fae178761cac12d57178a738cf4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 28 Jan 2025 08:02:13 +0100 Subject: Refs #36005 -- Bumped minimum supported versions of 3rd-party packages. This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12. --- docs/ref/databases.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 217be19728..541f6e6b71 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -115,8 +115,8 @@ below for information on how to set up your database correctly. PostgreSQL notes ================ -Django supports PostgreSQL 14 and higher. `psycopg`_ 3.1.8+ or `psycopg2`_ -2.8.4+ is required, though the latest `psycopg`_ 3.1.8+ is recommended. +Django supports PostgreSQL 14 and higher. `psycopg`_ 3.1.12+ or `psycopg2`_ +2.9.9+ is required, though the latest `psycopg`_ 3.1.12+ is recommended. .. note:: @@ -486,7 +486,7 @@ Connector/Python includes `its own`_. mysqlclient ~~~~~~~~~~~ -Django requires `mysqlclient`_ 1.4.3 or later. +Django requires `mysqlclient`_ 2.2.1 or later. MySQL Connector/Python ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3