Omegaconf
breaks with a custom resolver providing a datetime
#4126
Labels
Issue: Bug Report 🐞
Bug that needs to be fixed
Description
Omegaconf
raises an exception on versions0.19.*
when a custom resolver providing adatetime
object (ortimedelta
for example).Context
I was trying to use custom resolvers to parse to
datetime
andtimedelta
.Steps to Reproduce
https://github.com/PetitLepton/kedro-runtime-params
Expected Result
Custom resolvers with any output should work.
Actual Result
Your Environment
pip show kedro
orkedro -V
): > 0.18.*python -V
): 3.11.*The text was updated successfully, but these errors were encountered: