| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| click-8.4.1-py3-none-any.whl | 2026-05-22 | 116.6 kB | |
| click-8.4.1.tar.gz | 2026-05-22 | 353.0 kB | |
| 8.4.1 source code.tar.gz | 2026-05-22 | 464.0 kB | |
| 8.4.1 source code.zip | 2026-05-22 | 521.3 kB | |
| README.md | 2026-05-22 | 737 Bytes | |
| Totals: 5 Items | 1.5 MB | 0 | |
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]