Skip to content

Commit

Permalink
Revert "unpin werkzeug"
Browse files Browse the repository at this point in the history
This reverts commit a981e24.
  • Loading branch information
graingert committed Sep 18, 2024
1 parent b02e201 commit 00b4438
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ def find_version(*file_paths):
"requests>=2.22.0",
"tornado",
"urllib3",
# Needed to un-break httpbin 0.7.0. For httpbin >=0.7.1 and after,
# this pin and the dependency itself can be removed, provided
# that the related bug in httpbin has been fixed:
# https://github.com/kevin1024/vcrpy/issues/645#issuecomment-1562489489
# https://github.com/postmanlabs/httpbin/issues/673
# https://github.com/postmanlabs/httpbin/pull/674
"Werkzeug==2.0.3",
],
}

Expand Down

0 comments on commit 00b4438

Please sign in to comment.