Closed andresriancho closed 6 years ago
@andresriancho I think that this issue should be opened into bravado project as the linked stacktrace does refer to it. I've checked requests changelog and you're correct, bravado does not specify requests 2.4.0 as min library version.
You just did that, thanks :+1:
https://github.com/andresriancho/w3af uses bravado core for parsing open api. One of our users reported an issue while running:
The traceback:
The user has
requests==2.2.1
installed and the import fails. I haverequests==2.18.4
and the import works.This seems to be an issue with
bravado-core
not requiring a version ofrequests
> X.