Closed eonu closed 1 month ago
It's likely that feud.run may be ran on a function with a non-Pydantic compatible type, so arbitrary types should be allowed by default.
feud.run
https://github.com/eonu/feud/blob/4ac82d26e66e2f3a55321f755177583373b0cb72/feud/config.py#L43-L45
Does this suggestion already exist?
Feature description
It's likely that
feud.run
may be ran on a function with a non-Pydantic compatible type, so arbitrary types should be allowed by default.https://github.com/eonu/feud/blob/4ac82d26e66e2f3a55321f755177583373b0cb72/feud/config.py#L43-L45