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
When updating from 1.0.0 to 1.2.0 we're seeing all kinds of mypy errors in our code base:
error: "_lru_cache_wrapper[EmailAddress | None]" has no attribute "name" [attr-defined]
At the moment, I'm not sure if this even needs to be fixed in this library, or is related to how we're using it. I found this open issue on mypy's tracker: python/mypy#5858
When updating from 1.0.0 to 1.2.0 we're seeing all kinds of mypy errors in our code base:
At the moment, I'm not sure if this even needs to be fixed in this library, or is related to how we're using it. I found this open issue on mypy's tracker: python/mypy#5858
This affects all usages of
example
result
The text was updated successfully, but these errors were encountered: