Skip to content

Commit bf2ae64

Browse files
committed
v0.5.1
1 parent 6d05092 commit bf2ae64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fastapi_user_auth/__init__.py

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

44
import gettext

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"email-validator>= 1.3.1",
4343
"passlib>=1.7.4",
4444
"bcrypt>=4.0.0",
45-
"sqlmodelx>=0.0.2",
45+
"sqlmodelx>=0.0.5",
4646
]
4747

4848
[project.urls]
@@ -65,6 +65,7 @@ test = [
6565
"jinja2 >=2.11.2,<4.0.0",
6666
"ujson>=5.5.0",
6767
"requests>=2.28.1",
68+
"httpx>=0.24.0,<1.0",
6869
]
6970
dev = [
7071
"fastapi-user-auth[test]",

0 commit comments

Comments
 (0)