You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate sentinel values like at src/click/_utils.py to use the introduced sentinel built-in coming in Python 3.15. For older versions we can use typing_extenions.sentinel.
Migrate sentinel values like at
src/click/_utils.pyto use the introducedsentinelbuilt-in coming in Python 3.15. For older versions we can usetyping_extenions.sentinel.