You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from phantom.predicates import numeric
File "/usr/local/lib/python3.10/site-packages/phantom/predicates/numeric.py", line 3, in <module>
from phantom._utils.types import SupportsGe
File "/usr/local/lib/python3.10/site-packages/phantom/_utils/types.py", line 18, in <module>
class SupportsLt(
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Seeing this error with the new version of typing_extensions, which was released this morning (4.6.0). Seems like there are some changes incompatible with the assumptions phantom-types is making.
The text was updated successfully, but these errors were encountered:
Seeing this error with the new version of typing_extensions, which was released this morning (4.6.0). Seems like there are some changes incompatible with the assumptions phantom-types is making.
The text was updated successfully, but these errors were encountered: