Skip to content

Commit d92a773

Browse files
committed
v0.7.0
1 parent 66f33e9 commit d92a773

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

fastapi_user_auth/__init__.py

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

44
import gettext

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.11",
3737
]
3838
dependencies = [
39-
"fastapi-amis-admin>=0.7.0a2,<0.8.0",
39+
"fastapi-amis-admin>=0.7.0,<0.8.0",
4040
"email-validator>=1.3.1,<3.0.0",
4141
"passlib>=1.7.4",
4242
"bcrypt>=4.0.0,<4.1.0",
@@ -65,7 +65,8 @@ test = [
6565
"pre-commit>=2.20.0",
6666
"httpx>=0.23.3",
6767
"pydantic-settings>=2.0.0",
68-
"fastapi-amis-admin>=0.7.0a2",
68+
"fastapi-amis-admin>=0.7.0",
69+
"sqlmodelx>=0.0.9",
6970
]
7071

7172
# pytest

0 commit comments

Comments
 (0)