Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@ microserver = ">=1.0.6"
jsonschema = "*"
python-jose = "*"

# The latest version of Werkzeug (2.1.0) breaks httpbin because it removes
# deprecated function `BaseResponse` that httpbin directly or indirectly
# depends upon. Pinning Wekrzeug for now until httpbin or its dependencies is
# updated for the changed API.
Werkzeug = "==2.0.3"

[requires]
python_version = "3"