Full Changelog: v1.36.1...v1.37.0
- api: api update (1c8cf2c)
- deps: bump minimum typing-extensions version (b00d64f)
- pydantic: do not pass
by_aliasunless set (e50e790)
- internal: tweak CI branches (792abc0)
Full Changelog: v1.36.0...v1.36.1
- ci: skip uploading artifacts on stainless-internal branches (d4eb82a)
Full Changelog: v1.35.0...v1.36.0
- internal: add request options to SSE classes (2c7a465)
- internal: make
test_proxy_environment_variablesmore resilient (481029b) - internal: make
test_proxy_environment_variablesmore resilient to env (b7ecf85)
Full Changelog: v1.34.0...v1.35.0
- api: api update (42f1031)
Full Changelog: v1.33.0...v1.34.0
- api: manual updates (5a4711d)
Full Changelog: v1.32.0...v1.33.0
- format all
api.mdfiles (1e07eb2) - internal: bump dependencies (2e44fb1)
- internal: fix lint error on Python 3.14 (52df74d)
- internal: remove mock server code (7ecae89)
- update mock server docs (8d2e54b)
Full Changelog: v1.31.0...v1.32.0
- api: manual updates (4dc72c5)
Full Changelog: v1.30.0...v1.31.0
- api: api update (09fa73a)
Full Changelog: v1.29.0...v1.30.0
- api: api update (c94b956)
Full Changelog: v1.28.0...v1.29.0
- api: api update (2131c0e)
- client: add custom JSON encoder for extended type support (4d2628a)
- client: add support for binary request streaming (fb022d1)
- docs: fix mcp installation instructions for remote servers (04909f3)
- prominently feature MCP server setup in root SDK readmes (6ca0c13)
Full Changelog: v1.27.0...v1.28.0
Full Changelog: v1.26.0...v1.27.0
- api: manual updates (17cbb91)
- use async_to_httpx_files in patch method (cfd96a1)
- internal: add missing files argument to base client (a0aab9c)
- internal: codegen related update (67b3cdd)
- speedup initial import (995537f)
Full Changelog: v1.25.0...v1.26.0
- api: api update (08ca403)
Full Changelog: v1.24.0...v1.25.0
- api: api update (3584d59)
- types: allow pyright to infer TypedDict types within SequenceNotStr (f64c32a)
- add missing docstrings (d511865)
- docs: use environment variables for authentication in code snippets (ab01c66)
- update lockfile (8102591)
Full Changelog: v1.23.0...v1.24.0
- api: api update (6d6658c)
Full Changelog: v1.22.0...v1.23.0
- api: manual updates (d95285a)
- ensure streams are always closed (77df827)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (eedd772)
Full Changelog: v1.21.0...v1.22.0
- api: api update (f606974)
Full Changelog: v1.20.0...v1.21.0
- api: api update (66e9f1b)
- add Python 3.14 classifier and testing (c3c5690)
Full Changelog: v1.19.1...v1.20.0
- api: manual updates (152e848)
- compat with Python 3.14 (8602245)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (768e2d1)
- package: drop Python 3.8 support (ecc46d0)
Full Changelog: v1.19.0...v1.19.1
- internal: grammar fix (it's -> its) (569ba5e)
Full Changelog: v1.18.0...v1.19.0
- api: manual updates (887cd82)
- client: close streams without requiring full consumption (8c87170)
- internal/tests: avoid race condition with implicit client cleanup (ccaa28b)
Full Changelog: v1.17.1...v1.18.0
Full Changelog: v1.17.0...v1.17.1
- bump
httpx-aiohttpversion to 0.1.9 (ceb1df0) - internal: detect missing future annotations with ruff (2d0454e)
Full Changelog: v1.16.0...v1.17.0
Full Changelog: v1.15.0...v1.16.0
- api: api update (b4f32bb)
- do not install brew dependencies in ./scripts/bootstrap by default (f856a6b)
- internal: update pydantic dependency (7800848)
- types: change optional parameter type from NotGiven to Omit (ef0373e)
Full Changelog: v1.14.0...v1.15.0
- api: api update (7f5f368)
Full Changelog: v1.13.0...v1.14.0
- api: manual updates (df07feb)
Full Changelog: v1.12.1...v1.13.0
- api: api update (87df1d4)
- improve future compat with pydantic v3 (3cc4580)
- types: replace List[str] with SequenceNotStr in params (e4204bb)
- avoid newer type syntax (4eda6ab)
- internal: add Sequence related utils (6e617e9)
- internal: change ci workflow machines (169d92b)
- internal: codegen related update (1fe969e)
- internal: move mypy configurations to
pyproject.tomlfile (62bff96) - internal: update pyright exclude list (b0ec69a)
Full Changelog: v1.12.0...v1.12.1
- update github action (66063f3)
Full Changelog: v1.11.0...v1.12.0
- internal: codegen related update (2b591ec)
- internal: fix ruff target version (8674d17)
- internal: update comment in script (59767cf)
- update @stainless-api/prism-cli to v5.15.0 (c3e909c)
Full Changelog: v1.10.1...v1.11.0
- api: manual updates (59f9ac6)
- api: manual updates (59002c5)
- client: support file upload requests (5a700a4)
- project: add settings file for vscode (5218747)
Full Changelog: v1.10.0...v1.10.1
Full Changelog: v1.9.0...v1.10.0
- ci: correct conditional (ad26494)
- client: don't send Content-Type header on GET requests (34c2827)
- parsing: correctly handle nested discriminated unions (3f1078d)
- ci: change upload type (9f67ed0)
- internal: bump pinned h11 dep (a9e93bf)
- internal: codegen related update (92cf858)
- package: mark python 3.13 as supported (4600562)
- readme: fix version rendering on pypi (ed9ea71)
Full Changelog: v1.8.0...v1.9.0
- api: manual updates (e850add)
Full Changelog: v1.7.0...v1.8.0
- client: add support for aiohttp (ec89992)
- ci: release-doctor — report correct token name (5dfdca8)
- ci: only run for pushes and fork pull requests (4a9a6ac)
- tests: skip some failing tests on the latest python versions (1c82bc6)
Full Changelog: v1.6.0...v1.7.0
- api: manual updates (ec427c1)
Full Changelog: v1.5.0...v1.6.0
- client: correctly parse binary response | stream (26be0c4)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (b2bff71)
- ci: enable for pull requests (d908899)
- internal: update conftest.py (fd16274)
- readme: update badges (727b0fa)
- tests: add tests for httpx client instantiation & proxies (bb70721)
- tests: run tests in parallel (b12584c)
- client: fix httpx.Timeout documentation reference (05629cf)
Full Changelog: v1.4.0...v1.5.0
- api: manual updates (8f3190c)
Full Changelog: v1.3.0...v1.4.0
- api: manual updates (7c294f5)
Full Changelog: v1.2.0...v1.3.0
- api: manual updates (bb1bf90)
Full Changelog: v1.1.0...v1.2.0
- api: manual updates (9039f16)
Full Changelog: v1.0.0...v1.1.0
- docs: remove reference to rye shell (5d1533b)
- docs: remove unnecessary param examples (93f2f3f)
- internal: version bump (7a15a0a)
Full Changelog: v0.0.1-alpha.1...v1.0.0
- api: manual updates (90c550f)
Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1