Following the steps on /docs/index.md:
When runing the create instance it raises this error:
RuntimeError: no validator found for <class 'ellipsis'>, see arbitrary_types_allowed in Config
To Reproduce
Steps to reproduce the behavior:
$ pip install farmOS~=1.0.0b
from farmOS import farmOS
farm_client = farmOS(
hostname= "https://farm.example.com",
client_id = "farm",
scope = "farm_manager",
)
Expected behavior
It supposed that a validation must happen
Screenshots
Desktop (please complete the following information):
- OS: Windows / Visual Studio Code
Tracking the error to this code:
/farmoOS/subrequest.py
line 25 : Action class seems is not recognized by pydantic
Following the steps on /docs/index.md:
When runing the create instance it raises this error:
RuntimeError: no validator found for <class 'ellipsis'>, see
arbitrary_types_allowedin ConfigTo Reproduce
Steps to reproduce the behavior:
Expected behavior
It supposed that a validation must happen
Screenshots
Desktop (please complete the following information):
Tracking the error to this code:
/farmoOS/subrequest.py
line 25 : Action class seems is not recognized by pydantic