Darshan Kalola
Darshan Kalola
> [@darshan-roon](https://github.com/darshan-roon) Did you have any confusion about whether `model_dump` had something to do with Django ORM models? Or did you feel like you understood it just dumped the schema?...
So which is preferred usage? model_dump() or dict()?
> Just use "timeout" instead. Here is how extra args are passed. They added a "--" already: > > [claude-code-sdk-python/src/claude_code_sdk/_internal/transport/subprocess_cli.py](https://github.com/anthropics/claude-code-sdk-python/blob/f794e17e785ebd1729259e7db365912da4c97686/src/claude_code_sdk/_internal/transport/subprocess_cli.py#L146) > > Line 146 in [f794e17](/anthropics/claude-code-sdk-python/commit/f794e17e785ebd1729259e7db365912da4c97686) > > for flag,...