v0.1.2
0.1.2 (2025-06-25)
Full Changelog: v0.1.1...v0.1.2
Features
- api: add execute method and structured output support (5e51379)
- api: update via SDK Studio (7526908)
- api: update via SDK Studio (6698e71)
- client: add follow_redirects request option (deff733)
Bug Fixes
- api: handle retryable errors (#2) (5317550)
- client: correctly parse binary response | stream (9546f27)
- package: support direct resource imports (52fe297)
- pydantic: add fields to json schema, better error messages (38a2ddc)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (bfad009)
Chores
- ci: enable for pull requests (0ae47ea)
- ci: fix installation instructions (150a642)
- ci: upload sdks to package manager (3bd8b36)
- docs: grammar improvements (c5b636b)
- docs: remove reference to rye shell (a64869e)
- docs: remove unnecessary param examples (e15712a)
- internal: avoid errors for isinstance checks on proxies (4149fb9)
- internal: codegen related update (6a0bb66)
- internal: update conftest.py (0e08356)
- readme: update badges (36c14b5)
- readme: update low level api examples (f17e34e)
- tests: add tests for httpx client instantiation & proxies (d84ffff)
- tests: run tests in parallel (62252c6)
Documentation
- client: fix httpx.Timeout documentation reference (17f87ee)