Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change in minor version of weave v0.51.35 #3787

Open
baraknaveh opened this issue Feb 26, 2025 · 1 comment
Open

Breaking change in minor version of weave v0.51.35 #3787

baraknaveh opened this issue Feb 26, 2025 · 1 comment

Comments

@baraknaveh
Copy link

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.

@baraknaveh 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
@jamie-rasmussen
Copy link
Collaborator

@andrewtruong - related to #3557?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants