Skip to content

Conversation

holtkampjs
Copy link
Contributor

Summary

With release of click v8.3.0, the click module is leaking click.core.UNSET where previously None was returned.

This is causing the filter option on the run command to fail.

Favoring explicit over implicit, we can avoid that issue without pinning back the click library.

Alternative

Fixes

fixes #2050

With release of click v8.3.0, the click module is leaking click.core.UNSET where previously None was returned.

This is causing the filter option on the run command to fail.

Favoring explicit over implicit, we can avoid that issue without pinning back the click library.
psss pushed a commit to teemtee/tmt that referenced this pull request Sep 22, 2025
I was hoping either hatch or click would create a quick bug-fix, but
they are still stalled after the weekend. The PRs to follow are:
- pypa/hatch#2053
- pallets/click#3068

Signed-off-by: Cristian Le <git@lecris.dev>
Copy link
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ofek ofek merged commit a2b1728 into pypa:master Sep 24, 2025
20 of 38 checks passed
@ofek ofek mentioned this pull request Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

click 8.3.0 is crashing hatch run
2 participants