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
I'm getting these new pyright reports following the bump to v0.51.35 today:
error: Argument of type "list[Unknown]" cannot be assigned to parameter "dataset" of type "DatasetLike" in function "__init__"
"list[Unknown]" is not assignable to "Dataset" (reportArgumentType)
and
error: Argument of type "list[dict[str, Any]]" cannot be assigned to parameter "dataset" of type "DatasetLike" in function "__init__"
"list[dict[str, Any]]" is not assignable to "Dataset" (reportArgumentType)
We'll fix it on our end, but just flagging.
The text was updated successfully, but these errors were encountered:
baraknaveh
changed the title
breaking change in minor version of weave v0.51.35
Breaking change in minor version of weave v0.51.35
Feb 26, 2025
I'm getting these new pyright reports following the bump to v0.51.35 today:
and
We'll fix it on our end, but just flagging.
The text was updated successfully, but these errors were encountered: