-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityneeds PR
Description
Takeaway from python-lsp/python-lsp-ruff#61:
I managed to track it down. There's a type in
lsprotocol.types,LSPAny, typed asUnion[Any, None].
Looks like there's a regression in unstructuring this type, it used to be unstructured as the runtime type, and now is unstructured asAny.
Originally posted by @Tinche in python-lsp/python-lsp-ruff#61 (comment)
The issue is solved with cattrs>=23.2.2. Can we make the cattrs dependency more strict?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityneeds PR