Full Changelog: v2.20.0...v2.21.0
- api: api update (e685ff8)
Full Changelog: v2.19.2...v2.20.0
- api: add auto_run_tools, metadata, and recall_tools to session (4bcb8b9)
- api: api update (fb19b14)
- api: api update (768c941)
- client: support file upload requests (cf64f9c)
- improve future compat with pydantic v3 (3a1ceb7)
- types: replace List[str] with SequenceNotStr in params (85c0d00)
- avoid newer type syntax (ab2b07f)
- compat: compat with
pydantic<2.8.0when using additional fields (754734b) - tests: update schema types from 'type' to 'string' and 'object' in multiple test files (f4b6f79)
- do not install brew dependencies in ./scripts/bootstrap by default (9611b52)
- internal: add Sequence related utils (ae91df8)
- internal: change ci workflow machines (7d299f1)
- internal: fix ruff target version (c830640)
- internal: move mypy configurations to
pyproject.tomlfile (777fa24) - internal: update comment in script (1c530b2)
- internal: update pydantic dependency (c0d79b5)
- internal: update pyright exclude list (ac85eb4)
- tests: simplify
get_platformtest (d3ce5e9) - types: change optional parameter type from NotGiven to Omit (04c2aa0)
- update @stainless-api/prism-cli to v5.15.0 (e6ad37f)
- update github action (6de72a2)
Full Changelog: v2.19.1...v2.19.2
- parsing: parse extra field types (da16c06)
- project: add settings file for vscode (b205a5a)
Full Changelog: v2.19.0...v2.19.1
- parsing: ignore empty metadata (2cb68e9)
- types: rebuild Pydantic models after all types are defined (606b112)
Full Changelog: v2.18.0...v2.19.0
- clean up environment call outs (aa3d615)
- client: don't send Content-Type header on GET requests (9ddb65d)
Full Changelog: v2.17.1...v2.18.0
- api: api update (4f4d574)
- readme: fix version rendering on pypi (5e9d64d)
Full Changelog: v2.17.0...v2.17.1
- parsing: correctly handle nested discriminated unions (e7c1295)
- internal: bump pinned h11 dep (79b0def)
- internal: codegen related update (6d132ba)
- package: mark python 3.13 as supported (e8af0c1)
Full Changelog: v2.16.0...v2.17.0
- api: api update (780911b)
Full Changelog: v2.15.2...v2.16.0
- api: api update (0bfe13d)
- ci: change upload type (3d79847)
Full Changelog: v2.15.1...v2.15.2
- ci: correct conditional (1b1778d)
- ci: only run for pushes and fork pull requests (8283bb5)
Full Changelog: v2.15.0...v2.15.1
- ci: release-doctor — report correct token name (67188ff)
Full Changelog: v2.14.3...v2.15.0
- api: api update (1734c15)
Full Changelog: v2.14.2...v2.14.3
- internal: codegen related update (3b6a4b9)
Full Changelog: v2.14.1...v2.14.2
- internal: version bump (8a46b62)
Full Changelog: v2.14.0...v2.14.1
- tests: skip some failing tests on the latest python versions (d65e0ef)
Full Changelog: v2.13.0...v2.14.0
- api: api update (9f2b92b)
- fix pyproject.toml (d435d9c)
Full Changelog: v2.12.0...v2.13.0
Full Changelog: v2.11.0...v2.12.0
Full Changelog: v2.10.0...v2.11.0
- client: add follow_redirects request option (2ee1435)
- client: correctly parse binary response | stream (bb822dd)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (9f17127)
- ci: enable for pull requests (4461d5e)
- docs: remove reference to rye shell (acbfb68)
- docs: remove unnecessary param examples (66e291e)
- internal: update conftest.py (1a93922)
- readme: update badges (afd2518)
- tests: add tests for httpx client instantiation & proxies (82132b5)
- tests: run tests in parallel (131c597)
- client: fix httpx.Timeout documentation reference (0ec016a)
Full Changelog: v2.9.0...v2.10.0
- api: api update (c425227)
Full Changelog: v2.8.0...v2.9.0
- execution status streaming (b7d8477)
- api: update execution status streaming to use correct types and headers (23c42c5)
- tests: assert execution status streaming returns correct type for responses (803a7eb)
- tests: correct response.is_closed assertion in TestStatus and TestAsyncStatus (1c77192)
- tests: enhance type assertion for Stream and AsyncStream in assert_matches_type (e6336b4)
- tests: lint fix (be2cb66)
Full Changelog: v2.7.0...v2.8.0
- api: manual updates (025cd74)
Full Changelog: v2.6.0...v2.7.0
- api: api update (198e606)
Full Changelog: v2.5.1...v2.6.0
- api: api update (7efbf30)
Full Changelog: v2.5.0...v2.5.1
- docs/api: remove references to nonexistent types (7e678b4)
Full Changelog: v2.4.0...v2.5.0
- api: api update (d2dff79)
Full Changelog: v2.3.0...v2.4.0
- api: api update (c2648d4)
Full Changelog: v2.2.0...v2.3.0
- api: api update (5de54c9)
Full Changelog: v2.1.0...v2.2.0
- api: api update (ff9bca7)
- docs: grammar improvements (dfa258d)
Full Changelog: v2.0.0...v2.1.0
- api: manual updates (93a937a)
Full Changelog: v1.78.3...v2.0.0
- ci: fix installation instructions (26c34e0)
- ci: upload sdks to package manager (1bcf32d)
- update SDK settings (f573d02)
Full Changelog: v1.78.2...v1.78.3
- package: support direct resource imports (0152e0e)
- broadly detect json family of content-type headers (e374928)
- ci: only use depot for staging repos (94a8be8)
- internal: avoid errors for isinstance checks on proxies (17bad8a)
- internal: codegen related update (2fc5828)
- use lazy imports for resources (4dd37eb)
Full Changelog: v1.78.1...v1.78.2
- pydantic v1: more robust ModelField.annotation check (69040bf)
- ci: add timeout thresholds for CI jobs (9bcdda4)
- internal: fix list file params (88bbf8b)
- internal: import reformatting (98e8e43)
- internal: refactor retries to not use recursion (c495bc8)
- internal: update models test (1a8d8ca)
Full Changelog: v1.78.0...v1.78.1
- client: minor internal fixes (84c5466)
- fix typos (#357) (5608273)
- internal: base client updates (3cd71c5)
- internal: bump pyright version (093bea7)
- internal: expand CI branch coverage (57958c8)
- internal: reduce CI branch coverage (ab56304)
- internal: remove trailing character (#359) (20e30a9)
- internal: slight transform perf improvement (#360) (40dc868)
- internal: update pyright settings (0ecbb7b)
Full Changelog: v1.77.0...v1.78.0
Full Changelog: v1.76.1...v1.77.0
Full Changelog: v1.76.0...v1.76.1
Full Changelog: v1.75.0...v1.76.0
Full Changelog: v1.74.0...v1.75.0
Full Changelog: v1.73.0...v1.74.0
Full Changelog: v1.72.0...v1.73.0
Full Changelog: v1.71.0...v1.72.0
Full Changelog: v1.70.0...v1.71.0
Full Changelog: v1.69.0...v1.70.0
Full Changelog: v1.68.0...v1.69.0
Full Changelog: v1.67.0...v1.68.0
Full Changelog: v1.66.0...v1.67.0
Full Changelog: v1.65.0...v1.66.0
Full Changelog: v1.64.0...v1.65.0
Full Changelog: v1.63.0...v1.64.0
- client: mark some request bodies as optional (8dae935)
Full Changelog: v1.62.0...v1.63.0
Full Changelog: v1.61.0...v1.62.0
Full Changelog: v1.60.0...v1.61.0
- feat: Add cli as optional dependency (96f75ea)
Full Changelog: v1.59.0...v1.60.0
- internal: bummp ruff dependency (#278) (18ef865)
- internal: fix type traversing dictionary params (#282) (04ee337)
- internal: minor type handling changes (#283) (c60e889)
Full Changelog: v1.58.0...v1.59.0
Full Changelog: v1.57.0...v1.58.0
Full Changelog: v1.56.0...v1.57.0
Full Changelog: v1.55.1...v1.56.0
Full Changelog: v1.55.0...v1.55.1
Full Changelog: v1.54.0...v1.55.0
Full Changelog: v1.53.0...v1.54.0
- api: api update (#249) (467b9e8)
- api: api update (#250) (8b27a43)
- api: Switch default environment to production (#247) (d81da34)
- api: Switch default environment to production (#251) (a058b47)
Full Changelog: v1.52.0...v1.53.0
Full Changelog: v1.51.0...v1.52.0
Full Changelog: v1.50.0...v1.51.0
Full Changelog: v1.49.0...v1.50.0
Full Changelog: v1.48.1...v1.49.0
Full Changelog: v1.48.0...v1.48.1
- add missing isclass check (#225) (ca9c559)
- client: simplify
Optional[object]to justobject(#223) (432e8a2) - internal: bump httpx dependency (#226) (76d94df)
- internal: update examples (#227) (ac2fa0c)
Full Changelog: v1.47.0...v1.48.0
Full Changelog: v1.46.3...v1.47.0
Full Changelog: v1.46.2...v1.46.3
Full Changelog: v1.46.1...v1.46.2
- internal: codegen related update (#204) (bcf74cc)
- internal: codegen related update (#206) (330b37a)
- internal: codegen related update (#207) (9f14f2e)
- internal: codegen related update (#208) (a4efd84)
- internal: codegen related update (#209) (a5d3c7e)
- internal: codegen related update (#210) (095d0ae)
- internal: codegen related update (#211) (3322047)
- internal: codegen related update (#212) (0e07c5b)
Full Changelog: v1.46.0...v1.46.1
Full Changelog: v1.45.0...v1.46.0
Full Changelog: v1.44.1...v1.45.0
Full Changelog: v1.44.0...v1.44.1
Full Changelog: v1.43.1...v1.44.0
Full Changelog: v1.43.0...v1.43.1
Full Changelog: v1.42.1...v1.43.0
- fix: Fix extra keyword args (c2ac39d)
Full Changelog: v1.42.0...v1.42.1
- internal: codegen related update (#175) (d058571)
- internal: fix compat model_dump method when warnings are passed (#171) (45fdda6)
Full Changelog: v1.41.0...v1.42.0
Full Changelog: v1.40.0...v1.41.0
- rebuild project due to codegen change (#163) (e7d75c5)
- rebuild project due to codegen change (#165) (b99f7bb)
Full Changelog: v1.39.0...v1.40.0
Full Changelog: v1.38.0...v1.39.0
Full Changelog: v1.37.0...v1.38.0
Full Changelog: v1.36.0...v1.37.0
Full Changelog: v1.35.0...v1.36.0
Full Changelog: v1.34.0...v1.35.0
Full Changelog: v1.33.0...v1.34.0
Full Changelog: v1.32.0...v1.33.0
- api: add custom api key; change uuid4 to uuid (#8) (cd7c76f)
- api: api update (#100) (4db7881)
- api: api update (#103) (01dbb00)
- api: api update (#109) (ba242c8)
- api: api update (#112) (8246545)
- api: api update (#116) (9c81e90)
- api: api update (#119) (3bb1c3a)
- api: api update (#122) (f9096c6)
- api: api update (#135) (a1794d8)
- api: api update (#75) (f3ebc89)
- api: api update (#79) (db5ea21)
- api: api update (#84) (4343377)
- api: api update (#87) (170e31a)
- api: api update (#90) (b534787)
- api: api update (#94) (5e1764d)
- api: api update (#97) (38b7218)
- api: manual change nested_format->dots and array_format->repeat in query settings (#52) (22ffd50)
- api: OpenAPI spec update via Stainless API (#19) (c27c232)
- api: OpenAPI spec update via Stainless API (#20) (d8ff0e5)
- api: OpenAPI spec update via Stainless API (#29) (daf84a2)
- api: OpenAPI spec update via Stainless API (#32) (e082886)
- api: OpenAPI spec update via Stainless API (#35) (0601eac)
- api: OpenAPI spec update via Stainless API (#41) (bf50065)
- api: OpenAPI spec update via Stainless API (#43) (c9f285c)
- api: OpenAPI spec update via Stainless API (#46) (a1501ef)
- api: OpenAPI spec update via Stainless API (#49) (3bb6222)
- api: OpenAPI spec update via Stainless API (#5) (9b26042)
- api: OpenAPI spec update via Stainless API (#57) (cae5425)
- api: OpenAPI spec update via Stainless API (#60) (5ed1a8d)
- api: OpenAPI spec update via Stainless API (#63) (9d97c44)
- api: OpenAPI spec update via Stainless API (#66) (26079cb)
- api: update via SDK Studio (99fc2a4)
- api: update via SDK Studio (d4c5ba9)
- api: update via SDK Studio (d681e89)
- api: update via SDK Studio (73e713c)
- api: update via SDK Studio (4e9f83d)
- api: update via SDK Studio (8f60449)
- api: update via SDK Studio (dda74e1)
- api: update via SDK Studio (e8c3b6f)
- api: update via SDK Studio (d287c9f)
- api: update via SDK Studio (e7b85a3)
- api: update via SDK Studio (949a676)
- api: update via SDK Studio (281bafd)
- client: send retry count header (#17) (8f99506)
- deps: Add dotenv as a bundled dep (08fd755)
- various codegen changes (779a7e3)
- client: avoid OverflowError with very large retry counts (#69) (67375a3)
- client: handle domains with underscores (#15) (eb905a1)
- Extend create and create_or_update methods for tasks (be6ac8e)
- Fix import (405e1db)
- Fix positional args handling (fdb1d64)
- lib: Fix inspect args logic (cbe409c)
- Pop extra args from argument list (b2133aa)
- remove unused import (a5c7b48)
- add repr to PageInfo class (#72) (4b1d049)
- Fix formatting (a0b10ef)
- go live (#1) (f720320)
- Ignore attr defined error (abd8afe)
- Ignore typing errors (3de90b1)
- internal: add support for parsing bool response content (#54) (fb290f2)
- internal: bump pyright / mypy version (#14) (e6e180d)
- internal: codegen changes (#132) (788174f)
- internal: codegen related update (#12) (8c12efc)
- internal: codegen related update (#27) (cb98d42)
- internal: codegen related update (#38) (03c8e84)
- internal: codegen related update (#40) (d64f86a)
- internal: update pydantic v1 compat helpers (#22) (f90bc17)
- internal: use
typing_extensions.overloadinstead oftyping(#25) (3c50f29) - rebuild project due to codegen change (#137) (70a972d)
- update SDK settings (#3) (a603b61)
Full Changelog: v1.31.1...v1.32.0
Full Changelog: v1.31.0...v1.31.1
- remove unused import (cc74aa2)
Full Changelog: v1.30.0...v1.31.0
- various codegen changes (cdb714e)
- lib: Fix inspect args logic (cbe409c)
Full Changelog: v1.29.0...v1.30.0
Full Changelog: v1.28.0...v1.29.0
Full Changelog: v1.27.0...v1.28.0
Full Changelog: v1.26.0...v1.27.0
Full Changelog: v1.25.1...v1.26.0
Full Changelog: v1.25.0...v1.25.1
- Fix import (405e1db)
Full Changelog: v1.24.0...v1.25.0
Full Changelog: v1.23.0...v1.24.0
Full Changelog: v1.22.0...v1.23.0
Full Changelog: v1.21.0...v1.22.0
Full Changelog: v1.20.0...v1.21.0
Full Changelog: v1.19.0...v1.20.0
Full Changelog: v1.18.0...v1.19.0
Full Changelog: v1.17.0...v1.18.0
- deps: Add dotenv as a bundled dep (08fd755)
Full Changelog: v1.16.0...v1.17.0
Full Changelog: v1.15.2...v1.16.0
Full Changelog: v1.15.1...v1.15.2
Full Changelog: v1.15.0...v1.15.1
Full Changelog: v1.14.0...v1.15.0
Full Changelog: v1.13.0...v1.14.0
Full Changelog: v1.12.0...v1.13.0
Full Changelog: v1.11.1...v1.12.0
Full Changelog: v1.11.0...v1.11.1
Full Changelog: v1.10.0...v1.11.0
Full Changelog: v1.9.0...v1.10.0
Full Changelog: v1.8.0...v1.9.0
Full Changelog: v1.7.0...v1.8.0
Full Changelog: v1.6.0...v1.7.0
Full Changelog: v1.5.0...v1.6.0
Full Changelog: v1.4.0...v1.5.0
Full Changelog: v1.3.2...v1.4.0
Full Changelog: v1.3.1...v1.3.2
- internal: codegen related update (#27) (cb98d42)
- internal: use
typing_extensions.overloadinstead oftyping(#25) (3c50f29)
Full Changelog: v1.3.0...v1.3.1
Full Changelog: v1.2.1...v1.3.0
- api: OpenAPI spec update via Stainless API (#19) (c27c232)
- api: OpenAPI spec update via Stainless API (#20) (d8ff0e5)
- client: send retry count header (#17) (8f99506)
Full Changelog: v1.2.0...v1.2.1
- internal: bump pyright / mypy version (#14) (73a4b15)
- internal: codegen related update (#12) (4309b50)
Full Changelog: v1.1.0...v1.2.0
Full Changelog: v1.0.1...v1.1.0
Full Changelog: v0.0.1-alpha.0...v1.0.1
- api: update via SDK Studio (99fc2a4)
- api: update via SDK Studio (d4c5ba9)
- api: update via SDK Studio (d681e89)
- api: update via SDK Studio (73e713c)
- api: update via SDK Studio (4e9f83d)
- api: update via SDK Studio (8f60449)
- api: update via SDK Studio (dda74e1)
- api: update via SDK Studio (e8c3b6f)
- api: update via SDK Studio (d287c9f)
- api: update via SDK Studio (e7b85a3)
- api: update via SDK Studio (949a676)
- api: update via SDK Studio (281bafd)