Closed dsm-72 closed 8 months ago
This was fixed in typing-extensions 4.6.0 (https://github.com/python/typing_extensions/issues/243). It looks from your output like you're using a ufmt VSCode extension that bundles an old version of typing-extensions. That extension should upgrade its bundled packages; not sure whether it's controlled by this repository or something else.
@JelleZijlstra thank you for the info. So it seems that it is beyond my control for the moment.
It's controlled by https://github.com/omnilib/vscode-ufmt
The version of typing-extensions was changed in https://github.com/omnilib/vscode-ufmt/commit/c1862dfe4cc326f8d1888719cdb687b13e3654a4 -- I suspect this should be fixed now.
I am using python 3.11
Here is the output that I get from
VSCode
Output tab, any ideas?