*Notes:
- mypy 1.19.1
- Python 3.14.0
process_typevar_parameters(), its relates and error message should be corrected, for example as shown below:
process_typevar_parameters() -> process_typevar_arguments()
From:
TypeVar cannot have both values and an upper bound
To:
TypeVar cannot have both constraints and bound