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
If the code was working properly and users tried to use a string (the old method) they should have been receiving a warning from the deprecated module.
The warning says to expect support for strings to be removed in v0.8 series. We are already into the 0.8 series. We could remove code support (and the dependency on the deprecated module) if we want to. That would be a separate issue/PR.
I haven't been seeing that warning as far as I can remember, but haven't been looking...I'll update every deprecated instance of the keyword in all the repos, and on the side test to see if that deprecation warning is being displayed.
Should the default configs be updated to use the new list format for inherits_from?
The text was updated successfully, but these errors were encountered: