Skip to content

Commit eddb6f4

Browse files
authored
DOC: Add note in 1.5.3 about SQLAlchemy warnings (#50680)
1 parent 7cb7592 commit eddb6f4

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
@@ -37,6 +37,13 @@ Bug fixes
3737

3838
Other
3939
~~~~~
40+
41+
.. note::
42+
43+
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,
44+
you may see a ``sqlalchemy.exc.RemovedIn20Warning``. These warnings can be safely ignored for the SQLAlchemy 1.4.x releases
45+
as pandas works toward compatibility with SQLAlchemy 2.0.
46+
4047
- Reverted deprecation (:issue:`45324`) of behavior of :meth:`Series.__getitem__` and :meth:`Series.__setitem__` slicing with an integer :class:`Index`; this will remain positional (:issue:`49612`)
4148
-
4249

0 commit comments

Comments
 (0)