crate / crate-python

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

Use `verlib2.Version` for comparing versions #591

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

For not duplicating corresponding code any longer, there is the verlib2 package now, which includes the same canonical code from packaging.version as before, see GH-513.