We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The method "dict" in class "BaseModel" is deprecated The dict method is deprecated; use model_dump instead.Pylance
dict
model_dump
chante the data=task.dict() to data=task.model_dump()
The text was updated successfully, but these errors were encountered:
No need to deprecate use in blueapi, can just be a change as it doesn't break any APIs
Sorry, something went wrong.
@stan-dot can this be part of #449?
closing as part of #449
No branches or pull requests
chante the data=task.dict() to data=task.model_dump()
The text was updated successfully, but these errors were encountered: