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
Since dependencies must be arrays, ensure they are if not a callable.
In set_dependencies, if the first argument is not a callable,
cast it to an array when we assign it to the class property.
In get_dependencies, cast the return value to an array.
Issue: #37
0 commit comments