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
Your fix of May 28, 2023 (adding the "cuisineType" to the Recipe class) is still not available via pip and so the pip installed code is broken.
I would also suggest that your add a **kwargs argument to the end of the Recipe.__init__ method's argument list.. This will make the code ignore new Recipe fields rather than failing when Edamam adds to their data structure.
The text was updated successfully, but these errors were encountered:
Your fix of May 28, 2023 (adding the "cuisineType" to the Recipe class) is still not available via pip and so the pip installed code is broken.
I would also suggest that your add a
**kwargs
argument to the end of theRecipe.__init__
method's argument list.. This will make the code ignore new Recipe fields rather than failing when Edamam adds to their data structure.The text was updated successfully, but these errors were encountered: