Handle error management in factory and config file loader.
|
#Implement cycle detection in case of wrong yaml/json link that creates a cycle |
Use
model_config = ConfigDict(arbitrary_types_allowed=True,extra="forbid")
in all pydatic schema and remove BaseModel from abstract classes