rchiorean
Results
2
issues of
rchiorean
Fixed minor typo in TLS Options. Now users can only pass `tls_options` keyword whereas previously they would have had to pass both `tls_options` and `tlsOptions`.
There were two reasons why AutoCI broke: 1. Since ubuntu-latest changed from 20.04 to 22.04 the python-3.6 no longer works. See this [this](https://github.com/actions/setup-python/issues/543) more details. 2. After pandas 1.5.3 the...