-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.0bfrom 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working