Skip to content

Commit

Permalink
fix: remove werkzeug<3 pin (#1172)
Browse files Browse the repository at this point in the history
Addresses #1171
  • Loading branch information
dairiki committed Nov 4, 2023
1 parent 2ca065c commit d60b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"requests",
"tzdata; python_version>='3.9' and sys_platform == 'win32'",
"watchfiles>=0.12",
"Werkzeug>=2.1.0,<3",
"Werkzeug>=2.1.0",
]
optional-dependencies.ipython = [
"ipython",
Expand Down

0 comments on commit d60b493

Please sign in to comment.