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 "/home/usr/lib/python3.12/site-packages/pydantic/main.py", line 171, in __init__
self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.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.6/v/missing
title
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
value
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
^CFound 2 non-daemonic threads.
The text was updated successfully, but these errors were encountered:
This was working on 2.0.5.0. Also the layout from de imports changed... was from firefly_iii_client.apis import about_api and now from firefly_iii_client.api import about_api
The new Build 2.0.12.0 Fails in config
The text was updated successfully, but these errors were encountered: