These are the changes in pandas 2.1.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Changed the
FutureWarning
raised whenobserved=False
in :meth:`DataFrame.groupby` and :meth:`Series.groupby` to aDeprecationWarning
(:issue:`54970`)