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 f7bf444 commit 491eb1fCopy full SHA for 491eb1f
fastapi_user_auth/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.3"
+__version__ = "0.5.0"
2
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
3
4
import gettext
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
]
39
dependencies = [
40
"pydantic>=1.9",
41
- "fastapi-amis-admin>=0.4.0,<0.6.0",
+ "fastapi-amis-admin>=0.5.0,<0.6.0",
42
"email-validator",
43
"passlib>=1.7.4",
44
"bcrypt>=4.0.0",
0 commit comments