Skip to content

Commit 35740b7

Browse files
authored
DEPS: bump sqlalchemy min support version to 1.4.0 (#43191)
1 parent b209ac3 commit 35740b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/deps/actions-38-db-min.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ dependencies:
4444
# sql
4545
- psycopg2=2.8.4
4646
- pymysql=0.10.1
47-
- sqlalchemy=1.3.11
47+
- sqlalchemy=1.4.0

ci/deps/actions-38-locale_slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- python-blosc
2424
- pytz=2020.1
2525
- scipy
26-
- sqlalchemy=1.3.11
26+
- sqlalchemy=1.4.0
2727
- xlrd=2.0.1
2828
- xlsxwriter=1.2.2
2929
- xlwt=1.3.0

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ SQL databases
345345
========================= ================== =============================================================
346346
Dependency Minimum Version Notes
347347
========================= ================== =============================================================
348-
SQLAlchemy 1.3.11 SQL support for databases other than sqlite
348+
SQLAlchemy 1.4.0 SQL support for databases other than sqlite
349349
psycopg2 2.8.4 PostgreSQL engine for sqlalchemy
350350
pymysql 0.10.1 MySQL engine for sqlalchemy
351351
========================= ================== =============================================================

doc/source/whatsnew/v1.4.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Optional libraries below the lowest tested version may still work, but are not c
415415
+-----------------+-----------------+---------+
416416
| scipy | 1.4.1 | X |
417417
+-----------------+-----------------+---------+
418-
| sqlalchemy | 1.3.11 | X |
418+
| sqlalchemy | 1.4.0 | X |
419419
+-----------------+-----------------+---------+
420420
| tabulate | 0.8.7 | |
421421
+-----------------+-----------------+---------+

pandas/compat/_optional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pyxlsb": "1.0.6",
2727
"s3fs": "0.4.0",
2828
"scipy": "1.4.1",
29-
"sqlalchemy": "1.3.11",
29+
"sqlalchemy": "1.4.0",
3030
"tables": "3.6.1",
3131
"tabulate": "0.8.7",
3232
"xarray": "0.15.1",

0 commit comments

Comments
 (0)