Fix AttributeError when using tuples as v_models
Summary of Changes
Fixes an AttributeError when checking Pydantic field information if the v_model
passed to InputField
is a tuple.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #42 (closed)