Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Mar 4, 2023
1 parent f7bf444 commit 491eb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_user_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.3"
__version__ = "0.5.0"
__url__ = "https://github.com/amisadmin/fastapi_user_auth"

import gettext
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
]
dependencies = [
"pydantic>=1.9",
"fastapi-amis-admin>=0.4.0,<0.6.0",
"fastapi-amis-admin>=0.5.0,<0.6.0",
"email-validator",
"passlib>=1.7.4",
"bcrypt>=4.0.0",
Expand Down

0 comments on commit 491eb1f

Please sign in to comment.