0.22.0 (2024-04-04)
Full Changelog: v0.21.3...v0.22.0
Features
- client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#428) (9a43940)
- package: export default constants (#423) (0d694e1)
Bug Fixes
- client: correct logic for line decoding in streaming (#433) (6bf9379)
- project: use absolute github links on PyPi (#427) (cbd8b1c)
- revert regression with 3.7 support (#419) (fa21f36)
- streaming: correct accumulation of output tokens (#426) (b50ed05)
Chores
- client: validate that max_retries is not None (#430) (31b2a2f)
- internal: bump dependencies (#421) (30e8031)
- internal: defer model build for import latency (#431) (51d4783)
- internal: formatting change (#415) (1474f44)