Skip to content

Commit

Permalink
Limit validators version.
Browse files Browse the repository at this point in the history
  • Loading branch information
M6AI committed Aug 14, 2023
1 parent c9de984 commit 0bd8092
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 @@ -52,7 +52,7 @@
"flask_restx",
"cheroot",
"boltons",
"validators",
"validators<=0.20.0",
"Pillow",
"plotly",
"rpyc",
Expand Down
2 changes: 1 addition & 1 deletion requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ werkzeug>2.0.0
flask_restx
cheroot
boltons
validators
validators<=0.20.0
Pillow
plotly
rpyc
Expand Down

0 comments on commit 0bd8092

Please sign in to comment.