Type variables defined with PEP 695 – Type Parameter Syntax are considered undefined

In one of my projects I use the type parameter syntax introduced in Python 3.12. But, DeepSource’s analyzer considers the type variables defined through this syntax to be undefined variables. See https://app.deepsource.com/gh/jmanuel1/concat/run/6daa4616-6110-406a-803b-4dbab69fedec/python/PYL-E0602?listindex=1&page=NaN for an example. Is there some configuration I can update to fix this, or does the analyzer need to be updated?