-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode, TypeGuard, and TypeVar throw error #174
Comments
This was fixed in typing-extensions 4.6.0 (python/typing_extensions#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 omnilib/vscode-ufmt@c1862df -- 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?The text was updated successfully, but these errors were encountered: