Skip to content

🍓 0.248.1

Latest
Compare
Choose a tag to compare
@botberry botberry released this 08 Nov 15:41
· 2 commits to main since this release

This release fixes the following deprecation warning:

Failing to pass a value to the 'type_params' parameter of 'typing._eval_type' is deprecated,
as it leads to incorrect behaviour when calling typing._eval_type on a stringified annotation
that references a PEP 695 type parameter. It will be disallowed in Python 3.15.

This was only trigger in Python 3.13 and above.

Releases contributed by @patrick91 via #3692