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 cf4945c commit b7b1b74Copy full SHA for b7b1b74
fastapi_users_db_dynamodb/config.py
@@ -1,7 +1,7 @@
1
from enum import StrEnum
2
from typing import Any, Literal, TypedDict
3
4
-__version__ = "1.0.2"
+__version__ = "1.0.3"
5
6
7
# Right now, only ON-DEMAND/PAY_PER_REQUEST mode is supported!
0 commit comments