python-sdk v1.4.4 #20
rahlk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
cldk 1.4.4
A packaging fix release — no API or behavior changes, but an important upgrade if you use the Java backend from a
pip-installed cldk.Fixed:
pip install cldkbundles thecodeanalyzer-javaJAR againEvery wheel published from 1.2.0 through 1.4.3 shipped without the bundled
codeanalyzer-javaJAR, so callingCLDK.java(...)after a plainpip install cldkfailed at runtime with:The JAR is tracked in git, but the build backend (hatchling) applied the repo's root
*.jarignore rule at build time and dropped it from the wheel and sdist. 1.4.4 force-includes the JAR, and the release pipeline now hard-fails if any build is ever missing it — so this can't silently regress again.If you installed any of 1.2.0–1.4.3 and hit the "jar not found" error, upgrading fixes it.
Upgrade
Links
All reactions