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

Compatibility: Re-add `crate.client._pep440.Version` from `verlib2` #605

Closed amotl closed 7 months ago

amotl commented 7 months ago

About

This patch re-adds the crate.client._pep440.Version symbol, now from verlib2.Version, so that crash does not break.

Problem

crash broke after releasing crate==0.35.0, so I've yanked it again.

ModuleNotFoundError: No module named 'crate.client._pep440'

-- https://github.com/crate/crash/actions/runs/7562783871/job/20593938496?pr=421#step:5:29

References