Skip to content

Commit 8577fd1

Browse files
committed
Bump version 1.1.2 → 1.1.3
Improvements ------------ * Enable Python 3.11 support * Bump dependencies: * `beanie >=1.11.0,<1.17`
1 parent 4600ae2 commit 8577fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2"
13+
__version__ = "1.1.3"
1414

1515

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

0 commit comments

Comments
 (0)