max_retries— new optional constructor parameter onJunctionandAsyncJunctionthat sets the client-level default retry count (defaults to2); per-requestmax_retriesinrequest_optionsstill takes precedence.
pydantic-coredependency upper bound widened from<2.44.0to<3.0.0, allowing compatibility with newer pydantic-core releases.- SSE streaming (
iter_sse/aiter_sse) now uses incremental codec decoding and normalizes\r\nand bare\rline endings per the SSE specification, improving reliability with chunked streams.
- Initial SDK generation
- 🌿 Generated with Fern