Skip to content

Commit

Permalink
📌 pin flask and Werkzeug
Browse files Browse the repository at this point in the history
flask-mongoengine and flask-restful have issues with flask and werkzeug latest release. See flask-restful/flask-restful#936 and MongoEngine/flask-mongoengine#522
  • Loading branch information
bunop committed Sep 18, 2023
1 parent 5bd6640 commit e5694fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
23 changes: 10 additions & 13 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -25,8 +25,9 @@ sphinx = "^7.2.6"
sphinx-rtd-theme = "^1.3.0"
flasgger = "^0.9.7.1"
mongoengine = "^0.27.0"
flask = "2.2.5"
flask = "~2.1"
flask-mongoengine = "^1.0.0"
werkzeug = "~2.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e5694fd

Please sign in to comment.