We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ec052 commit 217b1d3Copy full SHA for 217b1d3
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.1"
+__version__ = "1.1.2"
14
15
16
class BeanieBaseUser(Generic[ID], Document):
0 commit comments