Skip to content

Commit 0cc9eca

Browse files
phoflmroeschke
andauthored
Backport PR on Branch 1.5.x (DOC: Add note in 1.5.3 about SQLAlchemy warnings) (#50693)
DOC: Add note in 1.5.3 about SQLAlchemy warnings (#50680) Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 43073cc commit 0cc9eca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/whatsnew/v1.5.3.rst

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Bug fixes
3636

3737
Other
3838
~~~~~
39+
40+
.. note::
41+
42+
If you are using :meth:`DataFrame.to_sql`, :func:`read_sql`, :func:`read_sql_table`, or :func:`read_sql_query` with SQLAlchemy 1.4.46 or greater,
43+
you may see a ``sqlalchemy.exc.RemovedIn20Warning``. These warnings can be safely ignored for the SQLAlchemy 1.4.x releases
44+
as pandas works toward compatibility with SQLAlchemy 2.0.
45+
3946
-
4047
-
4148

0 commit comments

Comments
 (0)