Skip to content

Releases: steel-dev/steel-python

v0.9.0

22 Aug 03:10
cbc0191

Choose a tag to compare

0.9.0 (2025-08-22)

Full Changelog: v0.8.0...v0.9.0

Features

v0.8.0

21 Aug 01:20
7c0d770

Choose a tag to compare

0.8.0 (2025-08-21)

Full Changelog: v0.7.0...v0.8.0

Features

Bug Fixes

  • parsing: ignore empty metadata (49e1aa7)
  • parsing: parse extra field types (2e73fc7)

Chores

  • internal: fix ruff target version (b686aa3)
  • internal: update comment in script (fdaf7d9)
  • project: add settings file for vscode (077b238)
  • update @stainless-api/prism-cli to v5.15.0 (b6cb1cd)

v0.7.0

15 Jul 21:07
9ce7e90

Choose a tag to compare

0.7.0 (2025-07-12)

Full Changelog: v0.6.0...v0.7.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (3663409)
  • parsing: correctly handle nested discriminated unions (d88c056)

Chores

  • internal: bump pinned h11 dep (f79c166)
  • package: mark python 3.13 as supported (a70bc61)
  • readme: fix version rendering on pypi (14b7820)

v0.6.0

02 Jul 23:31
026ae8a

Choose a tag to compare

0.6.0 (2025-07-02)

Full Changelog: v0.5.0...v0.6.0

Features

Chores

v0.5.0

30 Jun 14:57
2868990

Choose a tag to compare

0.5.0 (2025-06-30)

Full Changelog: v0.4.0...v0.5.0

Features

Bug Fixes

  • ci: correct conditional (76d9c3f)
  • ci: release-doctor — report correct token name (0500644)
  • client: correctly parse binary response | stream (96bc0a5)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (ffacf10)

Chores

  • ci: enable for pull requests (4f581f1)
  • ci: only run for pushes and fork pull requests (51c348d)
  • internal: update conftest.py (95540f2)
  • readme: update badges (e210ee7)
  • tests: add tests for httpx client instantiation & proxies (ad4f8a1)
  • tests: run tests in parallel (825c97f)
  • tests: skip some failing tests on the latest python versions (c64047c)

Documentation

  • client: fix httpx.Timeout documentation reference (2c5ba6f)

v0.4.0

04 Jun 13:59
39cdda9

Choose a tag to compare

0.4.0 (2025-06-03)

Full Changelog: v0.3.0...v0.4.0

Features

Chores

  • ci: fix installation instructions (a3534f2)
  • ci: upload sdks to package manager (f6b95a9)
  • docs: grammar improvements (88fd0c8)
  • docs: remove reference to rye shell (4cf3d51)
  • docs: remove unnecessary param examples (36c3756)

v0.3.0

12 May 23:11
323c9e5

Choose a tag to compare

0.3.0 (2025-05-12)

Full Changelog: v0.2.0...v0.3.0

Features

Bug Fixes

  • package: support direct resource imports (6bcebb1)

Chores

  • internal: avoid errors for isinstance checks on proxies (5517961)

v0.2.0

30 Apr 03:00
8305e23

Choose a tag to compare

0.2.0 (2025-04-24)

Full Changelog: v0.1.0...v0.2.0

Features

Bug Fixes

  • perf: optimize some hot paths (ba59e30)
  • perf: skip traversing types for NotGiven values (f8f5c80)
  • pydantic v1: more robust ModelField.annotation check (c96c43b)

Chores

  • broadly detect json family of content-type headers (6b4eda4)
  • ci: add timeout thresholds for CI jobs (253270e)
  • ci: only use depot for staging repos (01c88a5)
  • client: minor internal fixes (e00651a)
  • internal: base client updates (6a1038d)
  • internal: bump pyright version (e851175)
  • internal: codegen related update (f9a063f)
  • internal: expand CI branch coverage (6bbf5f1)
  • internal: fix list file params (f3e1d8c)
  • internal: import reformatting (176a86e)
  • internal: minor formatting changes (ca3dd6a)
  • internal: reduce CI branch coverage (1f82860)
  • internal: refactor retries to not use recursion (df55de6)
  • internal: update models test (2ea55a4)
  • internal: update pyright settings (8805d95)

v0.1.0

09 Apr 16:26
4930e1c

Choose a tag to compare

0.1.0 (2025-04-09)

Full Changelog: v0.0.1...v0.1.0

Features

Chores

v0.0.1

19 Mar 02:20
df64f57

Choose a tag to compare

0.0.1 (2025-03-19)

Full Changelog: v0.1.0-beta.11...v0.0.1

Features

Bug Fixes

Chores