Skip to content

Commit 97bd801

Browse files
committed
v0.3.0
1 parent 92bbc8b commit 97bd801

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

fastapi_user_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.3.0"
22
__url__ = "https://github.com/amisadmin/fastapi_user_auth"
33

44
import gettext

pdm.lock

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@ classifiers = [
3737
]
3838
dependencies = [
3939
"pydantic>=1.9",
40-
"fastapi-amis-admin>=0.2.4,<=0.3.0",
40+
"fastapi-amis-admin>=0.2.4,<0.4.0",
4141
"email-validator",
4242
"passlib>=1.7.4",
4343
"bcrypt>=4.0.0",
4444
"sqlmodelx>=0.0.2",
4545
"sqlalchemy-database>=0.0.10",
4646
]
4747

48-
49-
5048
[project.urls]
5149
Documentation = "http://docs.amis.work/"
5250
Source = "https://github.com/amisadmin/fastapi_user_auth"

0 commit comments

Comments
 (0)