Introduction
$ docker run --rm ghcr.io/crate/cratedb-toolkit ctk --version
/root/.local/share/uv/tools/cratedb-toolkit/lib/python3.13/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (7.0.0)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
ctk, version 0.0.44+d20260304
Evaluation
- What about the runtime warning. Let's get rid of it?
- What about the version number. Why is it not a straight version label
0.0.44, but includes a suffix +d20260304? It is likely related to versioningit, but why is the repository apparently dirty on CI?
Introduction
Evaluation
0.0.44, but includes a suffix+d20260304? It is likely related toversioningit, but why is the repository apparently dirty on CI?