Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of string number of seconds for timeout
Pydantic's built-in timedelta parsing does not support seconds as a string, so add a validator to handle (and force) that.
- Loading branch information