Describe the bug
there is a bug inside notifications/base/models.py file, specifically in the Meta options index_together, the bug has been fixed in github but the changes wasn't published in the pypi , installing this library using pip or uv result in downloading the buggy version
To Reproduce
install source code from pypi here, compare the models.py file at line 240 with the github version