I just tried pint_pandas using the dev version of pandas and got an error:
>>> import pint_pandas
AttributeError: module 'pandas.core.dtypes.dtypes' has no attribute 'PandasDtype'
The issue is that pandas has renamed PandasDtype to NumpyEADtype, see pandas-dev/pandas#54101.