These are the changes in pandas 2.1.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :func:`merge` when merging over a PyArrow string index (:issue:`54894`)
- Fixed regression in :meth:`DataFrame.__setitem__` raising
AssertionError
when setting a :class:`Series` with a partial :class:`MultiIndex` (:issue:`54875`)