This is the Click 8.4.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.4.1/
Changes: https://click.palletsprojects.com/page/changes/#version-8-4-1
Milestone: https://github.com/pallets/click/milestone/32?closed=1
get_parameter_source()is available during eager callbacks and type conversion again. #3458 #3484- Zsh completion scripts parse correctly on Windows. #3277 # 3466
- Shell completion of
ChoiceEnumvalues produces a valid completion result. #3015 - Fix empty byte-string handling in echo. #3487
- Fix closed file error with
echo_via_pager. #3449