Releases: scaleapi/scale-agentex-python
Releases · scaleapi/scale-agentex-python
v0.9.7
v0.9.6
0.9.6 (2026-03-30)
Full Changelog: v0.9.5...v0.9.6
Features
- api: add task state update methods (d699e24)
- api: keep backwards compatible models (3ec2a1e)
- api: use DeploymentHistory instead of DeploymentHistoryRetrieveResponse (4c63d9c)
- internal: implement indices array format for query and form serialization (3bf3db1)
Bug Fixes
- deps: bump minimum typing-extensions version (fd76bc9)
- pydantic: do not pass
by_aliasunless set (235636b) - sanitize endpoint path params (e6472be)
Chores
- ci: skip lint on metadata-only changes (f4d5053)
- ci: skip uploading artifacts on stainless-internal branches (45e7622)
- format all
api.mdfiles (e67fa69) - internal: add request options to SSE classes (b788da0)
- internal: bump dependencies (95112dd)
- internal: fix lint error on Python 3.14 (cb99db1)
- internal: make
test_proxy_environment_variablesmore resilient (7bfaa75) - internal: make
test_proxy_environment_variablesmore resilient to env (fd1a06e) - internal: remove mock server code (3a5ae0f)
- internal: tweak CI branches (2e74af0)
- internal: update gitignore (aba7c4f)
- internal: version bump (1ef69ed)
- internal: version bump (1132255)
- internal: version bump (60e5402)
- update mock server docs (8c5c6d3)
v0.9.5
0.9.5 (2026-03-24)
Full Changelog: v0.9.4...v0.9.5
v0.9.4
0.9.4 (2026-02-18)
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2
0.9.2 (2026-02-06)
Full Changelog: v0.9.1...v0.9.2
Features
- client: add custom JSON encoder for extended type support (a0720ab)
Bug Fixes
- add litellm retry with exponential backoff for rate limit errors (ccdb24a)
v0.9.1
0.9.1 (2026-01-26)
Full Changelog: v0.9.0...v0.9.1
Chores
- ci: upgrade
actions/github-script(71d5c6c)
v0.9.0
0.9.0 (2026-01-21)
Full Changelog: v0.8.2...v0.9.0
Features
Chores
- internal: update
actions/checkoutversion (64d91f6)
v0.8.2
v0.8.1
0.8.1 (2025-12-22)
Full Changelog: v0.8.0...v0.8.1
Features
- api: add messages/paginated endpoint (3e03aff)
- api: add messages/paginated to stainless config (2473ded)
- api: api update (2e4ec2f)
- api: api update (ed21ad8)
- api: api update (86a166a)
- api: api update (4c95c94)
- api: api update (f6eccdf)
- api: api update (41067fb)
- api: api update (cdc9c63)
- api: api update (413d9c8)
- api: api update (1b4bf7d)
- api: manual updates (131e836)
- api: update via SDK Studio (2a6c7fa)
Bug Fixes
- ensure streams are always closed (7bb9db8)
- types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)
- use async_to_httpx_files in patch method (8abb539)
Chores
- add missing docstrings (81f1fa9)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (e20aaa4)
- docs: use environment variables for authentication in code snippets (a30f6ae)
- internal: add
--fixargument to lint script (0ef4242) - internal: add missing files argument to base client (28d1738)
- speedup initial import (8e50946)
- update lockfile (a3a2e4f)