Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Oct 18, 2022
1 parent 92bbc8b commit 97bd801
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 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.2.4"
__version__ = "0.3.0"
__url__ = "https://github.com/amisadmin/fastapi_user_auth"

import gettext
Expand Down
23 changes: 10 additions & 13 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ classifiers = [
]
dependencies = [
"pydantic>=1.9",
"fastapi-amis-admin>=0.2.4,<=0.3.0",
"fastapi-amis-admin>=0.2.4,<0.4.0",
"email-validator",
"passlib>=1.7.4",
"bcrypt>=4.0.0",
"sqlmodelx>=0.0.2",
"sqlalchemy-database>=0.0.10",
]



[project.urls]
Documentation = "http://docs.amis.work/"
Source = "https://github.com/amisadmin/fastapi_user_auth"
Expand Down

0 comments on commit 97bd801

Please sign in to comment.