crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Maintenance: Remove use of deprecated `setuptools.ssl_support` #586

Closed amotl closed 11 months ago

amotl commented 11 months ago

About

As a replacement for find_ca_bundle, use certifi.where(), because the former is deprecated. This patch aims to unlock/supersede GH-558.

More

e929895bf is a different change just added here, for adjusting the Dependabot configuration a bit.