Skip to content

Commit 491eb1f

Browse files
committed
v0.5.0
1 parent f7bf444 commit 491eb1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_user_auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.3"
1+
__version__ = "0.5.0"
22
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
33

44
import gettext

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
dependencies = [
4040
"pydantic>=1.9",
41-
"fastapi-amis-admin>=0.4.0,<0.6.0",
41+
"fastapi-amis-admin>=0.5.0,<0.6.0",
4242
"email-validator",
4343
"passlib>=1.7.4",
4444
"bcrypt>=4.0.0",

0 commit comments

Comments
 (0)