Full Changelog: v2.3.2...v2.4.0
- jig: move config.dockerfile to config.image.dockerfile_path and add an config.deploy.image option so that you don't have to always pass it as a flag (#287) (16f64a5)
- fix autoscaling config usage in jig (#298) (a3b6657)
- fixed autoscaling configs in deployments api (d31204c)
- jig: deployment tracking (#300) (f80a2b0)
- jig: send {} for deployment autoscaling to unset if unset in config (#294) (7657de3)
Full Changelog: v2.3.1...v2.3.2
Full Changelog: v2.3.0...v2.3.1
- Improve multipart file uploads (#290) (b27d19c)
- jig: compile cache should be owned by current user instead of root so cleanup works (504717e)
- ci: skip uploading artifacts on stainless-internal branches (e7d23c3)
- update placeholder string (9b0a5b9)
Full Changelog: v2.2.0...v2.3.0
- Add typing for completion responses related to logprobs (d81683a)
- Another try (d16cbaa)
- cli: Add --json to
fine-tuning retrieve(#272) (b9bb6e0) - update deployments schemas to include volume versions (b4dfb3d)
- Update training type for price estimation too (a430a3a)
- cli: Improve error output message when model/checkpoint is not provided in finetune create (#271) (bae0065)
- cli: Improve output when downloading an incomplete finetune job (#273) (eae629e)
- jig autoscaling config should be nullable (#286) (589215f)
- jig: minor improvements (#283) (98cb9fb)
- remove dependency from .jig.json managing setting secrets (#282) (5470ade)
- use volume version metadata when updating volumes (#279) (20304af)
- ci: bump uv version (8b138b5)
- cli: Improve output for
fine-tuning listandfiles listcommands (#274) (a73f525) - cli: Improve output for file uploads and fine-tuning create (#277) (089d4b9)
- internal: add request options to SSE classes (174bf4d)
- internal: make
test_proxy_environment_variablesmore resilient (eb89afd) - internal: make
test_proxy_environment_variablesmore resilient to env (0bf71ae) - test: do not count install time for mock server timeout (bbf3f2d)
Full Changelog: v2.1.1...v2.2.0
- cli: Add json mode to
fine-tuning list --json(#269) (13d3551) - Improve file uploads and FT create flows with checksums (#253) (3095b9a)
- Update descriptions for endpoints (70900c6)
- Add documentation and changelog to project.urls (#264) (7b9e574)
- Better jig deployment progress (#242) (ba9c50a)
- cli: Improve messaging when attempting to cancel finetune that is not cancellable (#268) (6502acc)
- configure new SDK language (b312b50)
- Fix various docstrings (2e1bd13)
- format all
api.mdfiles (c16f892) - format files (#266) (2a452df)
- Refactor argument options with CLI file downloads (#267) (642adbd)
- Remove broken field LineCount from FileResponse (778a7d9)
- Remove line_count field from files sdks/clis (#265) (62c9da6)
- Revert adding mcp code. Code additions were unexpected. (7a322f7)
- update mock server docs (5bcfbdf)
Full Changelog: v2.1.0...v2.1.1
- cli: handle None model.type in 'together models list' sort (9c17a0c)
- internal: fix lint error on Python 3.14 (c66238c)
Full Changelog: v2.0.0...v2.1.0
- cli: improve error messages for endpoint creation failures (#230) (0285a69)
- jig support for multi deployment (d1165fd)
- cli: fine-tuning retrieve now renders data instead of schema (#250) (52cde25)
- jig: lint errors (07f4d34)
- jig: migrate old state files properly and be even more defensive about parsing deploy errors (92ef79b)
- jig: pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic (bf5267f)
- remove hardcoded API key from image example (#254) (8f2c60c)
- internal: bump dependencies (c9678ff)
- Update descriptions for jig queue methods and properties (23be158)
Full Changelog: v2.0.0-alpha.20...v2.0.0
- api: Publish 2.0 Stable (213f5c1)
Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20
- ENG-82904 - chore: update ReplicaEvent schema (21d143c)
- Improve error handling and messaging when api key is missing in CLI usage (#231) (cc16ba6)
- simplify cli endpoints usability (#233) (4649e95)
- jig: fix jig submit response showing request_id and requestId (#240) (0518b99)
- jig: print raw json response for retrieve commands in order to maintain the same order (#234) (15324d7)
- jig: replace pprint with click.echo (67281e7)
- cleanup (3511302)
- Add jig documentation (9bb2454)
Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19
- internal: Add code samples to deployments features (eaa20a5)
- api: move hardware listing feature under endpoints resource. (ac6671a)
- Fix CLI (5d89415)
- run internal foramt (45ef6b3)
Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18
- Add chat completion support for reasoning.enabled (7fba349)
- api: Add API for listing deployments (298d447)
- api: Add beta sdks for jig features (c3ac883)
- api: Move jobs apis to nest under model uploads per their use case (368c003)
- api: Move queue out of jig namespace (ebc1498)
- api: Update Jig types and add retrieve_logs api to jig (76a3c1a)
- cli: enhance hardware command to display availability status (#223) (e7cf8a3)
- client: add custom JSON encoder for extended type support (036a0ea)
- internal: Update to new cluster api routing (54af0bd)
- move byoc features under /deployments route (d70e2e9)
- api: Improve type names for jig volumes and logs (b256c61)
- api: Move Queue SDK methods into Jig namespace (43179e1)
- api: Rename jig queue apis (4b466d6)
- ci: upgrade
actions/github-script(c8668a1)
- axle-queue: added axle-queue endpoints (4e60b09)
Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17
- cli: add b200 and h200 GPU options for endpoint creation (#218) (b514912)
- Improve usage of models list cli command (#216) (430e6c1)
- Deprecate CLI usage for endpoints create flag --no-promopt-cache (#219) (55e9700)
- Mark disable_prompt_cache as deprecated for endpoint creation (6a629b2)
Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16
- Add backwards compatible support for google colab api keys (#211) (80dacca)
- Add together clusters get-credentials CLI command (#208) (fa54aa9)
- client: add support for binary request streaming (8464e12)
- Add code samples and descriptions to instant cluster apis (e1ad614)
- Improve example script (#213) (7839058)
- internal: update
actions/checkoutversion (dc0819c) - Port tokenize_data example (#209) (f2714a8)
- Update cluster apis to reflect their new response shape (6be132b)
Full Changelog: v2.0.0-alpha.14...v2.0.0-alpha.15
- Add started_at timestamp to fix time estimation (92ce60d)
- api: Remove APIs that were accidentally added in the wrong namespace (0425f14)
- Minimize breaking changes on common import paths and alias names (#206) (e677e60)
- Update README for clusters CLI commands (aeaf53a)
Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14
- Add Instant Clusters to OpenAPI spec (2583943)
Full Changelog: v2.0.0-alpha.12...v2.0.0-alpha.13
- Add compliance and chat_template_kwargs to chat completions spec (e6fed17)
Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.12
- use async_to_httpx_files in patch method (dc293e6)
- add more examples (a048344)
Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11
- api: api update (17ad3ec)
- api: api update (ebc3414)
- files: add support for string alternative to file upload type (db59ed6)
- internal: add missing files argument to base client (6977285)
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10
- api: Add fine_tuning.estimate_price api (1582cc4)
- api: api update (5341347)
- api: api update (96fc9b3)
- api: api update (e5cfa45)
- types: allow pyright to infer TypedDict types within SequenceNotStr (048f2b7)
- add missing docstrings (a1c8329)
- internal: avoid using unstable Python versions in tests (6268112)
- Update model list CLI to use api parameter for dedicated filtering (#195) (95cc672)
Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9
- ensure streams are always closed (db990c7)
- bump required
uvversion (1dfec56) - deps: mypy 1.18.1 has a regression, pin to 1.17 (2235b95)
- docs: use environment variables for authentication in code snippets (051c1b4)
- fix internal type issues (4a2b0f1)
- update lockfile (e93c953)
Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8
- Address incorrect logic for
endpoint [command] --wait falselogic (31236a9)
Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7
- include rich in package dependencies (9c9c5fc)
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
- api: manual updates (f1b27a5)
- uv v0.8.11 only has python 3.14rc, which causes issues with pydantic 2 (981828a)
- internal: working around mypy (7d080fc)
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4
- Run bootstrap on codebase (399a559)
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3
- api: update via SDK Studio (79346e8)
- internal: codegen related update (ae73675)
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
- api: Change call signature for
audio.createtoaudio.speech.createto match spec with python library and add space for future APIs
Full Changelog: v0.1.0-alpha.28...v2.0.0-alpha.1
- api: Update method signature for reranking to
rerank.create() - api: Change Fine Tuning method name from
download()tocontent()to align with other namespaces - api: For the TS SDK the
images.createis nowimages.generate
- api: api update (921fa59)
- api: Change fine tuning download method to
.create(aa27907) - api: Change image creation signature to
images.generate(a6e3ad7) - api: Change rerank method signature (338c415)
- api: Port finetuning create code from together-python (#176) (ef3bd52)
- api: Remove auto-generated fine_tuning.create method from Python SDK (c533f29)
- Fix examples (35422cb)
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
- api: api update (c854d7d)
- api: file upload method signature and functionality match previ… (#174) (e2a19ca)
- api: Remove auto-generated files upload API to support custom coded version (d6c9c59)
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
- api: Add batches.cancel API (c0e615b)
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
- api: Access to the api for listing checkpoints has changed its name to
list_checkpoints - api: Access to fine tuning APIs namespace has changed from
fine_tunetofine_tuning
- api: Add audio.voices.list sdk (f81ec92)
- api: Change fine tuning method
retrieve_checkpointstolist_checkpoints(131ebfe) - api: Change fine tuning namespace to
fine_tuning(52288c9)
Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25
- Add CLI support for endpoings list --mine and --usage-type (54b81f1)
- Remove unnecessary logic require endpoints cli to have both min/max replicas provided together (12a5fc1)
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24
- api: api update (0bd2950)
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
- api: Add endpoints.list_avzones (9492e97)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
- api: api update (360eb81)
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
- api: api update (c80ecd4)
- api: api update (e61ccab)
- api: api update (2468e28)
- api: Update Eval APIs (c222457)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (f3a2627)
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
- api: manual updates (8654003)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
- api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
- api: Add fine_tune.delete API (bc935ae)
- api: Add Video APIs (0e4b013)
- api: api update (bede2e9)
- api: api update (fc55c21)
- api: api update (27a68fe)
- api: api update (4c03db5)
- api: api update (828c879)
- api: api update (5225475)
- api: api update (23cc181)
- api: api update (8777e19)
- api: Change the default max retries from 5 to 2 (f4948c0)
- api: manual updates (ab62050)
- api: manual updates (a129515)
- api: manual updates (f51d284)
- api: manual updates (cd3c514)
- api: Rename evaluation sdks to evals (9163ca7)
- client: close streams without requiring full consumption (298c565)
- compat with Python 3.14 (274f25d)
- bump
httpx-aiohttpversion to 0.1.9 (18e2050) - do not install brew dependencies in ./scripts/bootstrap by default (af4299a)
- improve example values (0855619)
- internal/tests: avoid race condition with implicit client cleanup (cc6a071)
- internal: detect missing future annotations with ruff (d33b041)
- internal: grammar fix (it's -> its) (57b735a)
- internal: update pydantic dependency (9a64a83)
- package: drop Python 3.8 support (94fabac)
- types: change optional parameter type from NotGiven to Omit (8384a79)
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
- api: api update (4001cfe)
- improve future compat with pydantic v3 (384e6b6)
- types: replace List[str] with SequenceNotStr in params (b5453b3)
- internal: add Sequence related utils (458cd63)
- internal: move mypy configurations to
pyproject.tomlfile (7faa161) - tests: simplify
get_platformtest (44ee2e2)
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
- api: add evals api to config (a4c2938)
- avoid newer type syntax (8723398)
- internal: change ci workflow machines (7e0823d)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
- api: api update (f0a8308)
- api: api update (376b1bc)
- api: api update (e90437f)
- api: api update (9363a0d)
- api: api update (64454cc)
- api: api update (891126e)
- api: manual updates (5bddf93)
- api: manual updates (127ba9f)
- clean up environment call outs (a8ae4ca)
- client: support file upload requests (6e89024)
- client: don't send Content-Type header on GET requests (0cad846)
- parsing: ignore empty metadata (4629c6d)
- parsing: parse extra field types (81734d8)
- internal: fix ruff target version (5d6d8cb)
- internal: update comment in script (4a51bbe)
- internal: update test skipping reason (13f9c03)
- project: add settings file for vscode (d257e48)
- update @stainless-api/prism-cli to v5.15.0 (29dca11)
- update github action (44e1d3a)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
- api: adding audio APIs (7d85bd7)
- api: api update (fb4b686)
- api: api update (74be086)
- api: api update (5077f31)
- api: api update (94a2b5e)
- api: api update (2d73c2e)
- api: removed streaming from translation/transcription endpoints (02af14a)
- ci: correct conditional (7ede6e3)
- ci: release-doctor — report correct token name (3d04b80)
- parsing: correctly handle nested discriminated unions (d930701)
- ci: change upload type (16f1b33)
- ci: only run for pushes and fork pull requests (a8a34c0)
- internal: bump pinned h11 dep (dbb7251)
- internal: codegen related update (74e55b0)
- package: mark python 3.13 as supported (b184004)
- readme: fix version rendering on pypi (6f29b83)
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
- api: re-enable audio unit tests (02c8f9a)
- tests: skip some failing tests on the latest python versions (49a71b3)
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13
- api: add batch api to config (07299cc)
- api: api update (249669c)
- client: add support for aiohttp (8e4cedf)
- client: correctly parse binary response | stream (7b9486c)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (82b2dcb)
- change publish docs url (8fac9f3)
- ci: enable for pull requests (6e4d972)
- internal: update conftest.py (2b13ac4)
- readme: update badges (acfabb5)
- tests: add tests for httpx client instantiation & proxies (30ba23e)
- tests: run tests in parallel (7efb923)
- client: fix httpx.Timeout documentation reference (bed4e88)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- api: address diagnostic issues in audio api, correct openapi issue in images api, disambiguate a response in finetune api, enable automated testing on finetune and images (9d72038)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
- api: add files/upload apu support and switch upload_file method over to use it. (2269981)
- api: api update (436f32a)
- client: add follow_redirects request option (b515197)
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
- api: get file upload working (cb8b8b8)
- api: move upload to be a method of existing files resource (b7c43be)
- api: correct file reroute handling, error message (b8bc101)
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
- api: move upload to be a method of existing files resource (80d5ae0)
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
- api: update via SDK Studio (8be984a)
- api: update via SDK Studio (7c0522d)
- api: update via SDK Studio (e4a88e4)
- api: update via SDK Studio (065228b)
- tests: improve ci test names (03a7211)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
- api: update (075b568)
- tests: make test pydantic v1 compatible (ffd8631)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: api update (ccdc937)
- api: api update (33f506b)
- api: api update (e5803db)
- api: api update (3d7c605)
- api: api update (ccef35f)
- api: Formatting fixes, some lint fixes (e002ae7)
- api: get test_code_interpreter passing (dc5babc)
- api: Update spec and config to get all tests except code-interpolation an fine_tune unit tests working. (2c21a07)
- ci: fix installation instructions (164cbd1)
- ci: upload sdks to package manager (c9aae0a)
- ci: use --pre flag for prerelease installation instructions (9775c6b)
- ci: use --pre flag for prerelease installation instructions (a460c1e)
- docs: grammar improvements (387b072)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
- api: add tci resources (023b3a0)
- api: adds unspecified endpoints (678f58a)
- api: api update (6d9609e)
- api: api update (bb40eb9)
- api: api update (271887f)
- api: api update (2a7de06)
- api: api update (#117) (dd8e841)
- api: api update (#120) (adf0e5b)
- api: api update (#121) (0ab0bc9)
- api: api update (#130) (4f1a7ea)
- api: api update (#132) (7c8a194)
- api: api update (#135) (22a93e9)
- ci: ensure pip is always available (#127) (4da2bc0)
- ci: remove publishing patch (#128) (6bd4d6f)
- client: correct type to enum (#129) (8a5fa0e)
- package: support direct resource imports (f59e7c3)
- perf: optimize some hot paths (f79734d)
- perf: skip traversing types for NotGiven values (1103dd0)
- pydantic v1: more robust ModelField.annotation check (d380238)
- skip invalid fine-tune test (#133) (2f41046)
- tests: correctly skip create fine tune tests (#138) (47c9cae)
- types: handle more discriminated union shapes (#126) (2483c76)
- broadly detect json family of content-type headers (6e2421e)
- ci: add timeout thresholds for CI jobs (2425c53)
- ci: only use depot for staging repos (2dfe569)
- ci: run on more branches and use depot runners (3c61f56)
- client: minor internal fixes (f6f5174)
- fix typos (#131) (dedf3ad)
- internal: avoid errors for isinstance checks on proxies (8b81509)
- internal: base client updates (890efc3)
- internal: bump pyright version (01e104a)
- internal: bump rye to 0.44.0 (#124) (e8c3dc3)
- internal: codegen related update (#125) (5e83e04)
- internal: expand CI branch coverage (#139) (2db8ca2)
- internal: fix list file params (8a8dcd3)
- internal: import reformatting (49f361b)
- internal: minor formatting changes (33e3a75)
- internal: reduce CI branch coverage (6f6ac97)
- internal: refactor retries to not use recursion (ffb0eb4)
- internal: remove extra empty newlines (#122) (b0cbbaa)
- internal: remove trailing character (#134) (f09c6cb)
- internal: slight transform perf improvement (#136) (d31383c)
- internal: update models test (b64d4cc)
- internal: update pyright settings (05720d5)
- tests: improve enum examples (#137) (4c3e75d)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
- api: add audio create method (#92) (bcf3aa1)
- api: add models for chat completion structured message types (#75) (f2ae323)
- api: api update (#101) (2bd8e65)
- api: api update (#105) (4eef0b2)
- api: api update (#108) (b601cca)
- api: api update (#114) (6f01742)
- api: api update (#45) (d387d6a)
- api: api update (#46) (def7699)
- api: api update (#47) (d02eebd)
- api: api update (#48) (3653de7)
- api: api update (#49) (7a7f47e)
- api: api update (#50) (15d98b6)
- api: api update (#51) (206d67c)
- api: api update (#57) (5fa99e8)
- api: api update (#60) (1ee28e1)
- api: api update (#61) (b330e50)
- api: api update (#65) (db5d526)
- api: api update (#66) (a7f9670)
- api: api update (#67) (cb2be54)
- api: api update (#95) (f98a54f)
- api: api update (#97) (41f9f89)
- api: OpenAPI spec update via Stainless API (#26) (cbbd44c)
- api: OpenAPI spec update via Stainless API (#31) (87136bb)
- api: OpenAPI spec update via Stainless API (#32) (8cb6e69)
- api: OpenAPI spec update via Stainless API (#33) (c4e5afb)
- api: OpenAPI spec update via Stainless API (#35) (3d1993e)
- api: OpenAPI spec update via Stainless API (#39) (6dd6113)
- client: allow passing
NotGivenfor body (#107) (8a33c2e) - client: send
X-Stainless-Read-Timeoutheader (#100) (f32ec38)
- asyncify on non-asyncio runtimes (#106) (573af88)
- client: avoid OverflowError with very large retry counts (#42) (580649d)
- client: compat with new httpx 0.28.0 release (#69) (6b181ec)
- client: mark some request bodies as optional (8a33c2e)
- client: only call .close() when needed (#85) (79ef703)
- cli: handle nullable choice property (8af8258)
- correctly handle deserialising
clsfields (#88) (dfe1abb) - tests: skip invalid test (#96) (e66f177)
- add docstrings to raw response properties (#37) (8d8e94b)
- add missing isclass check (#83) (e99d895)
- add repr to PageInfo class (#43) (7879084)
- client: fix parsing union responses when non-json is returned (#28) (f748a99)
- docs: update client docstring (#112) (1ea62fe)
- internal: add support for parsing bool response content (#41) (848cd31)
- internal: add support for TypeAliasType (#77) (8850496)
- internal: bummp ruff dependency (#99) (c152d80)
- internal: bump httpx dependency (#84) (7155d20)
- internal: bump pydantic dependency (#72) (9266b43)
- internal: bump pyright (#70) (34237b9)
- internal: bump pyright (#76) (b0f7cf2)
- internal: change default timeout to an int (#98) (5e0fd91)
- internal: codegen related update (#113) (bbfb435)
- internal: codegen related update (#36) (523c4d1)
- internal: codegen related update (#40) (40ea230)
- internal: codegen related update (#62) (53019a6)
- internal: codegen related update (#68) (5716d81)
- internal: codegen related update (#82) (69cc9ed)
- internal: codegen related update (#87) (1ff846c)
- internal: codegen related update (#93) (1c16d7b)
- internal: fix devcontainers setup (#109) (df0b4c6)
- internal: fix some typos (#81) (1bcc6f0)
- internal: fix type traversing dictionary params (#102) (ca385c7)
- internal: minor formatting changes (#94) (b66a762)
- internal: minor type handling changes (#103) (901a1d3)
- internal: properly set pydantic_private (#110) (634041c)
- internal: update client tests (#104) (026f971)
- internal: update deps (#91) (2a6fd12)
- internal: updated imports (#78) (3e66395)
- make the
Omittype public (#71) (e50e602) - rebuild project due to codegen change (#52) (140ec3a)
- rebuild project due to codegen change (#55) (46088fc)
- rebuild project due to codegen change (#56) (6fdde5a)
- rebuild project due to codegen change (#58) (98cd9d5)
- rebuild project due to codegen change (#59) (96f0ddb)
- remove now unused
cached-propertydep (#63) (e61ac83)
- fix typos (#86) (8061902)
- readme: add section on determining installed version (#38) (f52840b)
- readme: example snippet for client context manager (#79) (81f9dad)
- readme: fix http client proxies example (#74) (001a301)
- update URLs from stainlessapi.com to stainless.com (#111) (728c998)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
- api: manual updates (#17) (6c36480)
- api: OpenAPI spec update via Stainless API (#12) (da7c038)
- api: OpenAPI spec update via Stainless API (#21) (26ef309)
- api: removed pypi publishing for now (#23) (badbc9a)
- ci: bump prism mock server version (#19) (fb2da6c)
- examples: minor formatting changes (#22) (52377af)
- internal: codegen related update (#18) (8496650)
- internal: ensure package is importable in lint cmd (#20) (324e03a)
- internal: use different 32bit detection method (#24) (b14d279)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- api: Config update for pstern-sl/dev (0a841c4)
- api: manual updates (d43927b)
- api: manual updates (94cfef7)
- api: manual updates (#6) (a25a797)
- api: OpenAPI spec update via Stainless API (a78681d)
- api: OpenAPI spec update via Stainless API (9d54568)
- api: OpenAPI spec update via Stainless API (00c8693)
- api: OpenAPI spec update via Stainless API (8609a6e)
- api: OpenAPI spec update via Stainless API (3dc55d1)
- api: OpenAPI spec update via Stainless API (add76c7)
- api: OpenAPI spec update via Stainless API (5eaa129)
- api: OpenAPI spec update via Stainless API (d229eef)
- api: OpenAPI spec update via Stainless API (643f5cf)
- api: OpenAPI spec update via Stainless API (9ae4e1b)
- api: OpenAPI spec update via Stainless API (#10) (af93a5c)
- api: OpenAPI spec update via Stainless API (#3) (cd703fb)
- api: OpenAPI spec update via Stainless API (#4) (00ef6cc)
- api: OpenAPI spec update via Stainless API (#5) (3e9827b)
- api: OpenAPI spec update via Stainless API (#7) (6bab9da)
- api: OpenAPI spec update via Stainless API (#8) (a7584db)
- api: OpenAPI spec update via Stainless API (#9) (04877a0)
- api: rename api key (b7b55e6)
- api: update via SDK Studio (5866250)
- api: update via SDK Studio (27bbc3c)
- api: update via SDK Studio (f7c11ec)
- api: update via SDK Studio (22a5f1f)
- api: update via SDK Studio (159534b)
- api: update via SDK Studio (30663ec)
- api: update via SDK Studio (6561269)
- api: update via SDK Studio (72bad68)
- api: update via SDK Studio (59cce01)
- api: update via SDK Studio (b2b0177)
- api: update via SDK Studio (331cc46)
- api: update via SDK Studio (6a57974)
- api: update via SDK Studio (80c35ee)
- api: update via SDK Studio (668c023)
- api: update via SDK Studio (a592cff)
- api: update via SDK Studio (733f0b0)
- api: update via SDK Studio (5095404)
- api: update via SDK Studio (d3b6a64)
- api: update via SDK Studio (adf918b)
- api: update via SDK Studio (a79da8e)
- api: update via SDK Studio (44b426f)
- api: update via SDK Studio (1f7c7fe)
- api: update via SDK Studio (500e41b)
- api: update via SDK Studio (ca665ed)
- api: updates (3591c56)
- update via SDK Studio (c56e7d1)
- update via SDK Studio (90adf12)
- update via SDK Studio (b75aa7f)
- update via SDK Studio (48c9e19)
- update via SDK Studio (592853d)
- update via SDK Studio (611badd)
- update via SDK Studio (a84defc)
- update via SDK Studio (3c83f12)
- update via SDK Studio (67d01b0)
- update via SDK Studio (065b990)