Releases: steel-dev/steel-python
Releases · steel-dev/steel-python
v0.16.0
0.16.0 (2026-02-06)
Full Changelog: v0.15.0...v0.16.0
Features
- api: api update (6efa7c6)
- api: api update (39bf149)
- client: add custom JSON encoder for extended type support (9c37892)
- client: add support for binary request streaming (173f4bc)
Bug Fixes
- types: allow pyright to infer TypedDict types within SequenceNotStr (941b1cc)
- use async_to_httpx_files in patch method (4d5f789)
Chores
- add missing docstrings (f16212d)
- ci: upgrade
actions/github-script(a950e2a) - internal: add
--fixargument to lint script (ed11e7a) - internal: add missing files argument to base client (92b8e72)
- internal: codegen related update (fa9cdd1)
- internal: update
actions/checkoutversion (f226fef) - speedup initial import (cb228f5)
v0.15.0
0.15.0 (2025-12-05)
Full Changelog: v0.14.0...v0.15.0
Features
Bug Fixes
- ensure streams are always closed (10f74eb)
Chores
v0.14.0
0.14.0 (2025-11-14)
Full Changelog: v0.13.0...v0.14.0
Features
- api: api update (8e574f7)
- api: api update (2081caf)
- api: api update (9cf3f22)
- api: api update (3c50c72)
- api: api update (9484ce7)
Bug Fixes
- client: close streams without requiring full consumption (f8369a5)
- compat with Python 3.14 (7c47c34)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (3db59eb)
Chores
v0.13.0
v0.12.0
v0.11.0
0.11.0 (2025-10-13)
Full Changelog: v0.10.0...v0.11.0
Features
Chores
- internal: detect missing future annotations with ruff (f3a0218)
v0.10.0
0.10.0 (2025-10-07)
Full Changelog: v0.9.2...v0.10.0
Features
- api: api update (c5ebcd8)
- improve future compat with pydantic v3 (92560b2)
- types: replace List[str] with SequenceNotStr in params (e19b0ab)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (0fc1a17)
- internal: move mypy configurations to
pyproject.tomlfile (31efb95) - internal: update pydantic dependency (b3b9856)
- tests: simplify
get_platformtest (b0f26dc) - types: change optional parameter type from NotGiven to Omit (47d3d13)