Releases: phoebe-bird/phoebe-python
Releases · phoebe-bird/phoebe-python
v0.1.0-alpha.12
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
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_dumpandmodel_dump_jsonfor Pydantic v1 (b336190)
v0.1.0-alpha.10
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
v0.1.0-alpha.9
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-aiohttpversion to 0.1.9 (04faf31)
v0.1.0-alpha.8
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.tomlfile (77626c2) - internal: update comment in script (4f945b5)
- internal: update pydantic dependency (b4a4165)
- internal: update pyright exclude list (c14df63)
- tests: simplify
get_platformtest (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
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
0.1.0-alpha.6 (2025-07-11)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Features
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
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
v0.1.0-alpha.4
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
clsfields (#47) (56166e4) - tests: make test_get_platform less flaky (#50) (f7e04e6)
Chores
- add missing isclass check (#42) (bb0e4dc)
- internal: add support for TypeAliasType (#32) (74c00eb)
- internal: avoid pytest-asyncio deprecation warning (#51) (317cc73)
- internal: bump httpx dependency (#43) (7873621)
- internal: bump pyright (#31) (56fc9f6)
- internal: codegen related update (#30) (ee29c81)
- internal: codegen related update (#33) (e640d95)
- internal: codegen related update (#34) (cccec95)
- internal: codegen related update (#35) (194b3b4)
- internal: codegen related update (#36) (eb98a76)
- internal: codegen related update (#41) (4287a29)
- internal: codegen related update (#46) (c437ad1)
- internal: codegen related update (#48) (b96bf78)
- internal: codegen related update (#52) (bdbf52a)
- internal: fix some typos (#40) (5fc44b6)
- internal: minor formatting changes (#53) (65176ce)
- internal: remove some duplicated imports (#37) (eb66b37)
- internal: updated imports (#38) (8d95da3)
- make the
Omittype public (#28) (3c28c9b)
Documentation
v0.1.0-alpha.3
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-propertydep (#23) (5eba39b)