rbroderi

Results 7 comments of rbroderi

here would be an option to update the factory method and not require spacey as a hard requirement to pysbd. ``` from typing import Any try: from spacy.language import Language...

ah well that explains why the is bearable was not failing. Did not know that beartype did not follow casts. Does beartype support structural type checking with Protocols then (https://peps.python.org/pep-0544/)?...

Thanks for the help, after more testing it seems to be related to however the win32 library creates its classes. ``` class _ImaWordProp: @property def Visible(self) -> bool: # noqa:...

ah i think i found it out: looks like a change in 3.12: https://github.com/python/cpython/issues/127059 "I think the choice to switch to getattr_static was still the correct one overall, so it...

I was just able to test and wouldn't you know, beartype.typing.Protocol works! Thanks for the suggestion.

This appears to be resolved in the latest atspi branch