Tags: beeper/desktop-api-python
Tags
release: 4.3.0 (#7) * chore: update SDK settings * codegen metadata * feat(api): manual updates * chore: update mock server docs * codegen metadata * codegen metadata * codegen metadata * feat(api): api update * feat(api): api update * release: 4.3.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
release: 4.2.0 (#4) * feat(api): add `description` field to chats, make `title` optional `title` now fallbacks to `null`, instead of an empty string * fix(client): close streams without requiring full consumption * chore(internal/tests): avoid race condition with implicit client cleanup * chore(internal): grammar fix (it's -> its) * chore(package): drop Python 3.8 support * fix: compat with Python 3.14 * fix(compat): update signatures of `model_dump` and `model_dump_json` for Pydantic v1 * chore: add Python 3.14 classifier and testing * fix: ensure streams are always closed * chore(deps): mypy 1.18.1 has a regression, pin to 1.17 * chore: update lockfile * chore(docs): use environment variables for authentication in code snippets * fix(types): allow pyright to infer TypedDict types within SequenceNotStr * chore: add missing docstrings * chore(internal): add missing files argument to base client * chore: speedup initial import * fix: use async_to_httpx_files in patch method * chore(internal): add `--fix` argument to lint script * chore(internal): codegen related update * docs: prominently feature MCP server setup in root SDK readmes * feat(client): add support for binary request streaming * chore(internal): update `actions/checkout` version * chore: configure new SDK language * feat(api): add upload asset and edit message endpoints * feat(api): manual updates * feat(api): remove mcp for now * codegen metadata * codegen metadata * chore(ci): upgrade `actions/github-script` * feat(client): add custom JSON encoder for extended type support * feat(api): manual updates * chore(internal): bump dependencies * chore(internal): fix lint error on Python 3.14 * feat(api): add reactions * chore: format all `api.md` files * feat(api): manual updates * codegen metadata * release: 4.2.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>