From e90991d8d86206ba6dce88b9c10a6717fc0da0e3 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Mon, 23 Aug 2021 18:29:55 -0500 Subject: [PATCH 1/3] DEPS: bump sqlalchemy min support version to 1.4.0 --- ci/deps/actions-38-db-min.yaml | 2 +- doc/source/getting_started/install.rst | 2 +- doc/source/whatsnew/v1.4.0.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/deps/actions-38-db-min.yaml b/ci/deps/actions-38-db-min.yaml index c93f791b7dba7..125b5007f4b44 100644 --- a/ci/deps/actions-38-db-min.yaml +++ b/ci/deps/actions-38-db-min.yaml @@ -44,4 +44,4 @@ dependencies: # sql - psycopg2=2.8.4 - pymysql=0.10.1 - - sqlalchemy=1.3.11 + - sqlalchemy=1.4.0 diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index e42ef334c60a4..2a59b35c9a3b6 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -342,7 +342,7 @@ SQL databases ========================= ================== ============================================================= Dependency Minimum Version Notes ========================= ================== ============================================================= -SQLAlchemy 1.3.11 SQL support for databases other than sqlite +SQLAlchemy 1.4.0 SQL support for databases other than sqlite psycopg2 2.8.4 PostgreSQL engine for sqlalchemy pymysql 0.10.1 MySQL engine for sqlalchemy ========================= ================== ============================================================= diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index 205a49e7786a7..34922862de26d 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -178,7 +178,7 @@ Optional libraries below the lowest tested version may still work, but are not c +-----------------+-----------------+---------+ | scipy | 1.4.1 | X | +-----------------+-----------------+---------+ -| sqlalchemy | 1.3.11 | X | +| sqlalchemy | 1.4.0 | X | +-----------------+-----------------+---------+ | tabulate | 0.8.7 | | +-----------------+-----------------+---------+ From 071e1f150b21edeb37c5a72262a0f611b4920cd5 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Thu, 26 Aug 2021 17:16:03 -0500 Subject: [PATCH 2/3] update min version --- ci/deps/actions-38-locale_slow.yaml | 2 +- pandas/compat/_optional.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/actions-38-locale_slow.yaml b/ci/deps/actions-38-locale_slow.yaml index e7276027f2a41..a39e4e827425b 100644 --- a/ci/deps/actions-38-locale_slow.yaml +++ b/ci/deps/actions-38-locale_slow.yaml @@ -23,7 +23,7 @@ dependencies: - python-blosc - pytz=2020.1 - scipy - - sqlalchemy=1.3.11 + - sqlalchemy=1.4.0 - xlrd=2.0.1 - xlsxwriter=1.2.2 - xlwt=1.3.0 diff --git a/pandas/compat/_optional.py b/pandas/compat/_optional.py index 651729cd0ad44..e5980466bb8b7 100644 --- a/pandas/compat/_optional.py +++ b/pandas/compat/_optional.py @@ -26,7 +26,7 @@ "pyxlsb": "1.0.6", "s3fs": "0.4.0", "scipy": "1.4.1", - "sqlalchemy": "1.3.11", + "sqlalchemy": "1.4.0", "tables": "3.6.1", "tabulate": "0.8.7", "xarray": "0.15.1", From f7d89ee59a648dfb4ac4b2d50f992777851bfe89 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Sun, 28 Nov 2021 20:49:21 -0600 Subject: [PATCH 3/3] fix typo --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index c91d4625cd4eb..c054153fe4a43 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -345,7 +345,7 @@ SQL databases ========================= ================== ============================================================= Dependency Minimum Version Notes ========================= ================== ============================================================= -SQLAlchemy 1.4.0 SQL support for databases other than sqlite +SQLAlchemy 1.4.0 SQL support for databases other than sqlite psycopg2 2.8.4 PostgreSQL engine for sqlalchemy pymysql 0.10.1 MySQL engine for sqlalchemy ========================= ================== =============================================================