Closed sneakyx closed 1 year ago
At a glance it looks like 3.12 made the API for the bound
argument to TypeVar
more strict. I won't be able to look for at least a week, but can review/accept a PR in the meantime.
Thank you for the release @jfhbrook!
Hello, thanks for the good package. With Python 3.11 it works like a charm, but with Python 3.12 we get the error
TypeError: constraints must be a tuple
Even when we only add the simple example from the docs in our code. Traceback (most recent call last):