We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
distutils.LooseVersion
1 parent 757bf56 commit 9f18143Copy full SHA for 9f18143
src/crate/client/sqlalchemy/sa_version.py
@@ -20,7 +20,7 @@
20
# software solely pursuant to the terms of the relevant commercial agreement.
21
22
import sqlalchemy as sa
23
-from distutils.version import StrictVersion as V
+from distutils.version import LooseVersion as V
24
25
SA_VERSION = V(sa.__version__)
26
0 commit comments