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
Handle error management in factory and config file loader.
pyaml/pyaml/configuration/fileloader.py
Line 9 in 0e306fb
Use
in all pydatic schema and remove BaseModel from abstract classes