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
File "/usr/local/lib/python3.12/site-packages/lunchable/models/categories.py", line 182, in get_categories
CategoriesObject.model_validate(item) for item in categories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pydantic/main.py", line 551, in model_validate
return cls.__pydantic_validator__.validate_python(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for CategoriesObject
name
String should have at most 40 characters [type=string_too_long, input_value='Sporting events amusement parks and museums', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/string_too_long
What I Did
One of my categories has a long name in Lunch Money, which means they do support long cat names. But lunchable has a limit of 40 chars.
The text was updated successfully, but these errors were encountered:
Description
Got this error:
What I Did
One of my categories has a long name in Lunch Money, which means they do support long cat names. But
lunchable
has a limit of 40 chars.The text was updated successfully, but these errors were encountered: