Skip to content

Commit

Permalink
Chore: Use distutils.LooseVersion to parse SA20's "2.0.0rc1" version
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 2, 2023
1 parent 53c9649 commit b9d1cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/client/sqlalchemy/sa_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# software solely pursuant to the terms of the relevant commercial agreement.

import sqlalchemy as sa
from distutils.version import StrictVersion as V
from distutils.version import LooseVersion as V

SA_VERSION = V(sa.__version__)

Expand Down

0 comments on commit b9d1cb0

Please sign in to comment.