We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f00c commit d380a5bCopy full SHA for d380a5b
fastapi_users_db_beanie/__init__.py
@@ -10,7 +10,7 @@
10
from pymongo import IndexModel
11
from pymongo.collation import Collation
12
13
-__version__ = "1.1.3"
+__version__ = "1.1.4"
14
15
16
class BeanieBaseUser(Generic[ID], Document):
0 commit comments