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 b959a29 commit ad471d2Copy full SHA for ad471d2
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__: str = "1.0.0"
+__version__ = "1.0.0"
5
6
7
# Right now, only ON-DEMAND mode is supported!
0 commit comments