bravado v10.3.0 Release Notes

Release Date: 2019-02-20 // about 5 years ago
    • bravado is now fully type-annotated - PR #403
    • ➕ Add ability to cancel a HttpFuture. Third-party HTTP clients will need to implement cancel on their :class:.bravado.http_future.FutureAdapter class to support this - PR #406
    • The static method from_config_dict of :class:.bravado.config.BravadoConfig was removed due to compatibility issues with Python 3.5.0. This method was meant for internal use only; if you do happen to call it please switch to :func:.bravado.config.bravado_config_from_config_dict instead. - PR #407