[8.19.2] - 2025-09-25
Changes
- Reverted
clickdependency to==8.1.8to maintain compatibility with Python 3.8 and 3.9. I had inadvertently allowedclick==8.3.0in the last release, which dropped support, which I did not realize until building for es_client v9.0.0. A change was made in 8.2+ that breaks compatibility with 3.8 and 3.9. As many still may be using Python 3.8 and 3.9, I want to maintain compatibility for these users with the 8.x releases. - Fixed upstream doc references for Click. Older versions no longer appear to be available, so
stableis what we get now. - Removed redundant docstring indices in
builder.pyandlogging.pythat were generating errors in the document build process.
All tests passing.
Pull Requests
- Release prep for v8.19.2 by @untergeek in #84
GitHub Changelog
Full Changelog: v8.19.1...v8.19.2