You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] Add dataclass fallback for ResourceDictValidation when pydantic is missing (#939)
* feat: add dataclass fallback for ResourceDictValidation
Modified src/executorlib/standalone/validate.py to use a Python dataclass
as a fallback when pydantic is not installed. The class definition is
shared between both cases. Updated tests to verify the fallback behavior.
Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* mypy fix
* add additional unit test
* clean up
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: jan-janssen <3854739+jan-janssen@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments