------------------ - Convert http method to str while constructing the request to fix an issue with file uploads when using requests library versions before 2.8.
9.0.0
------------------ - Add API key authentication via header to RequestsClient. - Fido client is now an optional dependency. **NOTE**: if you intend to use bravado with the fido client you need to install bravado with fido extras (``pip install bravado[fido]``)
8.4.0
------------------ - Remove support for Python 2.6, fixing a build failure. - Switch from Python 3.4 to Python 3.5 for tests.
8.3.0
------------------ - Bravado using Fido 3.2.0 python 3 ready
8.2.0
------------------ - Bravado compliant to Fido 3.0.0 - Dropped use of concurrent futures in favor of crochet EventualResult - Workaround for bypassing a unicode bug in python `requests` < 2.8.1
8.1.2
------------------ - Don't unnecessarily constrain the version of twisted when not using python 2.6