Skip to content

Conversation

@pramod5403
Copy link

Fixes #5836

Updates the condition in _validate_key to properly check for click._utils.UNSET sentinel value, which is now present in ctx.params during callbacks in click 8.3.1.

pramod5403 and others added 3 commits November 10, 2025 21:46
Fixes pallets#5836

Updates the condition in _validate_key to properly check for click._utils.UNSET sentinel value, which is now present in ctx.params during callbacks in click 8.3.1.
…UNSET

The correct path is click.utils.UNSET, not click._utils.UNSET. This fixes the AttributeError that was causing all tests to fail.
@davidism davidism closed this Nov 10, 2025
@davidism
Copy link
Member

The fix will be in Click, not here. UNSET is an internal symbol.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test failures with click 8.3.1

2 participants