Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Dec 22, 2023
1 parent 66f33e9 commit d92a773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.6.2"
__version__ = "0.7.0"
__url__ = "https://github.com/amisadmin/fastapi_user_auth"

import gettext
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"fastapi-amis-admin>=0.7.0a2,<0.8.0",
"fastapi-amis-admin>=0.7.0,<0.8.0",
"email-validator>=1.3.1,<3.0.0",
"passlib>=1.7.4",
"bcrypt>=4.0.0,<4.1.0",
Expand Down Expand Up @@ -65,7 +65,8 @@ test = [
"pre-commit>=2.20.0",
"httpx>=0.23.3",
"pydantic-settings>=2.0.0",
"fastapi-amis-admin>=0.7.0a2",
"fastapi-amis-admin>=0.7.0",
"sqlmodelx>=0.0.9",
]

# pytest
Expand Down

0 comments on commit d92a773

Please sign in to comment.