We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d05092 commit bf2ae64Copy full SHA for bf2ae64
fastapi_user_auth/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.0"
+__version__ = "0.5.1"
2
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
3
4
import gettext
pyproject.toml
@@ -42,7 +42,7 @@ dependencies = [
42
"email-validator>= 1.3.1",
43
"passlib>=1.7.4",
44
"bcrypt>=4.0.0",
45
- "sqlmodelx>=0.0.2",
+ "sqlmodelx>=0.0.5",
46
]
47
48
[project.urls]
@@ -65,6 +65,7 @@ test = [
65
"jinja2 >=2.11.2,<4.0.0",
66
"ujson>=5.5.0",
67
"requests>=2.28.1",
68
+ "httpx>=0.24.0,<1.0",
69
70
dev = [
71
"fastapi-user-auth[test]",
0 commit comments