v0.16.0
Release Notes
New Features
- Add a new environmental variable called
"HYRIVER_SSL_CERT"
for setting the path to a SSL certificate file other than the default one. You can do this like so:
import os
os.environ["HYRIVER_SSL_CERT"] = "path/to/file.pem"