-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
i'm just trying to use the sample from the Readme. Somehow, the example does not seem to work on my machine. I'm getting the exception:
Exception has occurred: ValidationError
3 validation errors for Configuration
editable
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.8/v/missing
title
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.8/v/missing
value
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.8/v/missingI don't understand how to properly configure the Configuration object. I have tried to find it out by browsing the source code, but i didn't get it.
Could you help me out?
Thanks
Metadata
Metadata
Assignees
Labels
No labels