Skip to content

Releases: cleanlab/codex-python

v0.1.0-alpha.28

19 Sep 22:33
85d4713
Compare
Choose a tag to compare
v0.1.0-alpha.28 Pre-release
Pre-release

0.1.0-alpha.28 (2025-09-19)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

v0.1.0-alpha.27

19 Sep 21:07
9951a46
Compare
Choose a tag to compare
v0.1.0-alpha.27 Pre-release
Pre-release

0.1.0-alpha.27 (2025-09-19)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Features

Chores

  • internal: update pydantic dependency (2c0bd75)
  • tests: simplify get_platform test (1c03b05)
  • types: change optional parameter type from NotGiven to Omit (5cd7ee0)

v0.1.0-alpha.26

05 Sep 20:24
2643c21
Compare
Choose a tag to compare
v0.1.0-alpha.26 Pre-release
Pre-release

0.1.0-alpha.26 (2025-09-05)

Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26

Features

Bug Fixes

  • avoid newer type syntax (7a7b9a3)

Chores

  • internal: add Sequence related utils (ead0105)
  • internal: change ci workflow machines (052599a)
  • internal: move mypy configurations to pyproject.toml file (6285dbe)
  • internal: update pyright exclude list (cc58363)

v0.1.0-alpha.25

22 Aug 17:39
c006787
Compare
Choose a tag to compare
v0.1.0-alpha.25 Pre-release
Pre-release

0.1.0-alpha.25 (2025-08-22)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Features

Chores

  • internal: codegen related update (04b7858)
  • internal: codegen related update (6e1f882)
  • internal: fix ruff target version (6d3b8a2)
  • internal: update comment in script (dfc7725)
  • update @stainless-api/prism-cli to v5.15.0 (b46d19e)
  • update github action (5608ea3)

v0.1.0-alpha.24

28 Jul 17:20
Compare
Choose a tag to compare
v0.1.0-alpha.24 Pre-release
Pre-release

0.1.0-alpha.24 (2025-07-28)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (4732aae)
  • parsing: correctly handle nested discriminated unions (b374589)
  • parsing: ignore empty metadata (1cdf391)
  • parsing: parse extra field types (3c74ca0)

Chores

  • internal: bump pinned h11 dep (7ce51e9)
  • package: mark python 3.13 as supported (5cba949)
  • project: add settings file for vscode (00df8ec)
  • readme: fix version rendering on pypi (d05336d)

v0.1.0-alpha.23

07 Jul 23:51
Compare
Choose a tag to compare
v0.1.0-alpha.23 Pre-release
Pre-release

0.1.0-alpha.23 (2025-07-07)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Features

Bug Fixes

  • ci: correct conditional (45d3bc0)
  • ci: release-doctor — report correct token name (1a5e444)

Chores

  • ci: change upload type (023823b)
  • ci: only run for pushes and fork pull requests (6b590bd)

v0.1.0-alpha.22

24 Jun 21:53
Compare
Choose a tag to compare
v0.1.0-alpha.22 Pre-release
Pre-release

0.1.0-alpha.22 (2025-06-24)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

Chores

  • tests: skip some failing tests on the latest python versions (aea4c5c)

v0.1.0-alpha.21

22 Jun 20:08
Compare
Choose a tag to compare
v0.1.0-alpha.21 Pre-release
Pre-release

0.1.0-alpha.21 (2025-06-22)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

Bug Fixes

  • client: correctly parse binary response | stream (9debf1d)
  • docs/api: remove references to nonexistent types (7ba3858)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (14a4f3c)

Chores

  • api: mark some methods as deprecated (57f522f)
  • ci: enable for pull requests (a28cd9c)
  • ci: fix installation instructions (3aa9884)
  • docs: grammar improvements (428e500)
  • docs: remove reference to rye shell (8fcb74d)
  • docs: remove unnecessary param examples (2ef6184)
  • internal: codegen related update (18f661d)
  • internal: update conftest.py (9bd8925)
  • readme: update badges (0bb6eec)
  • tests: add tests for httpx client instantiation & proxies (bf46662)
  • tests: run tests in parallel (0a3aaa1)

Documentation

  • client: fix httpx.Timeout documentation reference (2836ef3)

v0.1.0-alpha.20

15 May 17:10
4157586
Compare
Choose a tag to compare
v0.1.0-alpha.20 Pre-release
Pre-release

0.1.0-alpha.20 (2025-05-15)

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Features

Bug Fixes

  • package: support direct resource imports (09066c8)

Chores

  • ci: upload sdks to package manager (6594b48)
  • internal: avoid errors for isinstance checks on proxies (a1d7faf)
  • internal: version bump (971e28d)

v0.1.0-alpha.19

07 May 18:35
0689f69
Compare
Choose a tag to compare
v0.1.0-alpha.19 Pre-release
Pre-release

0.1.0-alpha.19 (2025-05-07)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features