Remove Sentinel workaround for Click 8.3.1+ (#685)

Closes #666

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot 2025-11-24 09:11:18 -08:00 committed by GitHub
commit e66e82f2c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 16 deletions

View file

@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"click",
"click>=8.3.1",
"click-default-group>=1.2.3",
"pluggy",
"python-dateutil",