Skip to content

Commit 217b1d3

Browse files
committed
Bump version 1.1.1 → 1.1.2
Improvements ------------ * Bump dependencies: * `beanie >=1.11.0,<1.14`
1 parent a9ec052 commit 217b1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fastapi_users_db_beanie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pymongo import IndexModel
1111
from pymongo.collation import Collation
1212

13-
__version__ = "1.1.1"
13+
__version__ = "1.1.2"
1414

1515

1616
class BeanieBaseUser(Generic[ID], Document):

0 commit comments

Comments
 (0)