We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f33e9 commit d92a773Copy full SHA for d92a773
fastapi_user_auth/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.6.2"
+__version__ = "0.7.0"
2
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
3
4
import gettext
pyproject.toml
@@ -36,7 +36,7 @@ classifiers = [
36
"Programming Language :: Python :: 3.11",
37
]
38
dependencies = [
39
- "fastapi-amis-admin>=0.7.0a2,<0.8.0",
+ "fastapi-amis-admin>=0.7.0,<0.8.0",
40
"email-validator>=1.3.1,<3.0.0",
41
"passlib>=1.7.4",
42
"bcrypt>=4.0.0,<4.1.0",
@@ -65,7 +65,8 @@ test = [
65
"pre-commit>=2.20.0",
66
"httpx>=0.23.3",
67
"pydantic-settings>=2.0.0",
68
- "fastapi-amis-admin>=0.7.0a2",
+ "fastapi-amis-admin>=0.7.0",
69
+ "sqlmodelx>=0.0.9",
70
71
72
# pytest
0 commit comments