Skip to content

Releases: phoebe-bird/phoebe-python

v0.1.0-alpha.12

28 Nov 03:52

Choose a tag to compare

v0.1.0-alpha.12 Pre-release
Pre-release

0.1.0-alpha.12 (2025-11-28)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Bug Fixes

  • ensure streams are always closed (01b4e04)

Chores

  • add Python 3.14 classifier and testing (44dfb5b)

v0.1.0-alpha.11

12 Nov 05:12

Choose a tag to compare

v0.1.0-alpha.11 Pre-release
Pre-release

0.1.0-alpha.11 (2025-11-12)

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (b336190)

v0.1.0-alpha.10

11 Nov 05:32

Choose a tag to compare

v0.1.0-alpha.10 Pre-release
Pre-release

0.1.0-alpha.10 (2025-11-11)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Bug Fixes

  • compat with Python 3.14 (dfc233a)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (95bb537)
  • internal: grammar fix (it's -> its) (ae24c2c)
  • package: drop Python 3.8 support (40ae304)

v0.1.0-alpha.9

30 Oct 02:49

Choose a tag to compare

v0.1.0-alpha.9 Pre-release
Pre-release

0.1.0-alpha.9 (2025-10-30)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Bug Fixes

  • client: close streams without requiring full consumption (1a07605)

Chores

  • bump httpx-aiohttp version to 0.1.9 (04faf31)

v0.1.0-alpha.8

11 Oct 02:39

Choose a tag to compare

v0.1.0-alpha.8 Pre-release
Pre-release

0.1.0-alpha.8 (2025-10-11)

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

Features

  • client: support file upload requests (b20d895)
  • improve future compat with pydantic v3 (c799621)
  • types: replace List[str] with SequenceNotStr in params (a143e6d)

Bug Fixes

  • avoid newer type syntax (69c9cec)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (fa1600e)
  • internal: add Sequence related utils (0d00726)
  • internal: change ci workflow machines (285826b)
  • internal: codegen related update (9f76e15)
  • internal: fix ruff target version (14df2d4)
  • internal: move mypy configurations to pyproject.toml file (77626c2)
  • internal: update comment in script (4f945b5)
  • internal: update pydantic dependency (b4a4165)
  • internal: update pyright exclude list (c14df63)
  • tests: simplify get_platform test (10cecd2)
  • types: change optional parameter type from NotGiven to Omit (204278a)
  • update @stainless-api/prism-cli to v5.15.0 (3e66e95)
  • update github action (6102421)

v0.1.0-alpha.7

25 Jul 05:01

Choose a tag to compare

v0.1.0-alpha.7 Pre-release
Pre-release

0.1.0-alpha.7 (2025-07-25)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

  • clean up environment call outs (a24346a)

Bug Fixes

  • client: don't send Content-Type header on GET requests (f205945)
  • parsing: ignore empty metadata (e6beeb3)
  • parsing: parse extra field types (38b4177)

Chores

  • project: add settings file for vscode (130cd95)

v0.1.0-alpha.6

11 Jul 03:09

Choose a tag to compare

v0.1.0-alpha.6 Pre-release
Pre-release

0.1.0-alpha.6 (2025-07-11)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

  • client: add follow_redirects request option (087f081)
  • client: add support for aiohttp (6968740)

Bug Fixes

  • ci: correct conditional (927b67c)
  • ci: release-doctor — report correct token name (19345ea)
  • client: correctly parse binary response | stream (5d4527c)
  • parsing: correctly handle nested discriminated unions (cbe0682)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (9dc8f8a)

Chores

  • ci: change upload type (97fbc28)
  • ci: enable for pull requests (32c375f)
  • ci: only run for pushes and fork pull requests (76c815c)
  • docs: grammar improvements (d1ec6eb)
  • docs: remove reference to rye shell (e225dac)
  • internal: bump pinned h11 dep (c233db7)
  • internal: codegen related update (c0a4171)
  • internal: update conftest.py (60ae0b4)
  • package: mark python 3.13 as supported (07a5943)
  • readme: fix version rendering on pypi (79c3875)
  • readme: update badges (b1638a4)
  • tests: add tests for httpx client instantiation & proxies (c66c20c)
  • tests: run tests in parallel (65f275c)
  • tests: skip some failing tests on the latest python versions (24b9862)

Documentation

  • client: fix httpx.Timeout documentation reference (ba57bf0)

v0.1.0-alpha.5

21 May 23:19

Choose a tag to compare

v0.1.0-alpha.5 Pre-release
Pre-release

0.1.0-alpha.5 (2025-05-21)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Bug Fixes

  • package: support direct resource imports (1f09273)

Chores

  • ci: fix installation instructions (9e43bb2)
  • ci: upload sdks to package manager (6987440)
  • internal: avoid errors for isinstance checks on proxies (4aadfa7)
  • internal: codegen related update (c39bf22)
  • internal: codegen related update (c7ae911)

v0.1.0-alpha.4

07 May 20:50

Choose a tag to compare

v0.1.0-alpha.4 Pre-release
Pre-release

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

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

⚠ BREAKING CHANGES

  • api: upgrade SDK version to match new Typescript features

Features

  • api: upgrade SDK version to match new Typescript features (83f1a29)

Bug Fixes

  • client: only call .close() when needed (#44) (484e3ae)
  • correctly handle deserialising cls fields (#47) (56166e4)
  • tests: make test_get_platform less flaky (#50) (f7e04e6)

Chores

Documentation

v0.1.0-alpha.3

03 Dec 20:04
724ec10

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2024-12-03)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Bug Fixes

Chores

  • internal: bump pyright (#26) (b6362e9)
  • internal: exclude mypy from running on tests (#24) (2ab77ee)
  • internal: fix compat model_dump method when warnings are passed (#21) (7897301)
  • rebuild project due to codegen change (#16) (19478a7)
  • rebuild project due to codegen change (#17) (698aecb)
  • rebuild project due to codegen change (#18) (766d1a8)
  • rebuild project due to codegen change (#19) (59ef073)
  • rebuild project due to codegen change (#20) (26413bd)
  • remove now unused cached-property dep (#23) (5eba39b)

Documentation