click 8.4.1

8.4.1
Fixed 5
  • get_parameter_source() is available during eager callbacks and type conversion again
  • Zsh completion scripts parse correctly on Windows
  • Shell completion of Choice Enum values produces a valid completion result
  • Fix empty byte-string handling in echo
  • Fix closed file error with echo_via_pager

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

  • 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 Choice Enum values produces a valid completion result. #3015
  • Fix empty byte-string handling in echo. #3487
  • Fix closed file error with echo_via_pager. #3449
View original

Upgraded? How did it go?

Discussion