Skip to content

Commit 89c4371

Browse files
dob9601jrandall
andcommitted
Update whatsnew for v1.4.1 with regression in read_sql incorrectly requiring SQLAlchemy
Co-authored-by: Daniel O'Brien <daniel.o'[email protected]> Co-authored-by: Joshua C. Randall <[email protected]>
1 parent 4e30caa commit 89c4371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.1.rst

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Fixed regressions
1818
- Regression in :func:`.assert_frame_equal` not respecting ``check_flags=False`` (:issue:`45554`)
1919
- Regression in :meth:`Series.fillna` with ``downcast=False`` incorrectly downcasting ``object`` dtype (:issue:`45603`)
2020
- Regression in :meth:`DataFrame.loc.__setitem__` losing :class:`Index` name if :class:`DataFrame` was empty before (:issue:`45621`)
21+
- Regression in :func:`read_sql` with a DBAPI2 connection that is not an instance of ``sqlite3.Connection`` incorrectly requiring SQLAlchemy be installed (:issue:`45660`)
2122
-
2223

2324
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)