EnviousStarfish54 which call are you using when you get this ValueError? connect_configuration()
?
my workaround is making it into string before hand -> but it will breaks if I used trains-agent too since it will accept a string parameters instead of datetime
for workaround, I write a function to recursive cast my config dictionary into string if needed.