sth
sth
I don't really see how this test failure would be related to the change.
When I just tried to reproduce the bug, I got there error already during the "yarn add -E prisma-yml" step. The "no such file or directory" message was appropriate here...
As a fairly practical workaround for problems like `TypeError: type 'Series' is not subscriptable`, I use this helper function: ```python from types import GenericAlias @classmethod # type: ignore[misc] # "classmethod"...
Maybe @ilevkivskyi remembers why the check was implemented this way?