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 321b11b commit dbedf83Copy full SHA for dbedf83
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.3"
+__version__ = "1.0.4"
5
6
7
# Right now, only ON-DEMAND/PAY_PER_REQUEST mode is supported!
0 commit comments