Skip to content

Commit

Permalink
Pin wtforms version below 3.1.0 (#646)
Browse files Browse the repository at this point in the history
* uprev 0.15.2
  • Loading branch information
aminalaee committed Oct 12, 2023
1 parent 0abdef0 commit 04b7b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"starlette",
"sqlalchemy >=1.4",
"wtforms >=3, <4",
"wtforms >=3, <3.1.0",
"jinja2",
"python-multipart",
]
Expand Down
2 changes: 1 addition & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqladmin.application import Admin, action, expose
from sqladmin.models import BaseView, ModelView

__version__ = "0.15.1"
__version__ = "0.15.2"

__all__ = [
"Admin",
Expand Down

0 comments on commit 04b7b48

Please sign in to comment.