Skip to content

Commit

Permalink
Fix: Limit wtforms to <3.2 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt authored Jan 24, 2025
1 parent 32314a3 commit d73d87e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flask-security = "^5.5.2"
passlib = "^1.7.4"
flask-babel = "^4.0.0"
flask-wtf = "^1.2.2"
wtforms = "^3.2.1"
wtforms = "<3.2" # limit until flask-admin 2.0
flask-mail = "^0.10.0"
configparser = "^7.1.0"
email_validator = "^2.2.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,6 @@ urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4.0" \
werkzeug==3.1.3 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e \
--hash=sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746
wtforms==3.2.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:583bad77ba1dd7286463f21e11aa3043ca4869d03575921d1a1698d0715e0fd4 \
--hash=sha256:df3e6b70f3192e92623128123ec8dca3067df9cfadd43d59681e210cfb8d4682
wtforms==3.1.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:bf831c042829c8cdbad74c27575098d541d039b1faa74c771545ecac916f2c07 \
--hash=sha256:f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9

0 comments on commit d73d87e

Please sign in to comment.