Improved mechanism for disabling SSL verification by requests in client (via the cacert=False flag), and added FastAPI tests.
During the process of this release test.algorithmia.com was taken offline, which killed some tests. These will be fixed as soon as possible, but due to customer constraints this release is shipped early.
What's Changed
* self signed certificate - ssl disabling support w/ testing by zeryx in https://github.com/algorithmiaio/algorithmia-python/pull/124
**Full Changelog**: https://github.com/algorithmiaio/algorithmia-python/compare/v1.16.2...v1.17.0