Releases: digitalocean/gradient-python
Releases · digitalocean/gradient-python
v3.10.1
v3.10.0
v3.9.0
3.9.0 (2025-12-17)
Full Changelog: v3.8.0...v3.9.0
Features
- api: update via SDK Studio (4173864)
- api: update via SDK Studio (f6b12b8)
- api: update via SDK Studio (a9cd7d3)
Bug Fixes
- ensure streams are always closed (80881b5)
- types: allow pyright to infer TypedDict types within SequenceNotStr (b400d38)
- use async_to_httpx_files in patch method (33d2306)
Chores
- add missing docstrings (9ac1364)
- add Python 3.14 classifier and testing (db08b3f)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (4710dcd)
- docs: use environment variables for authentication in code snippets (47b051a)
- internal: add missing files argument to base client (8ffa56c)
- update lockfile (516734f)
v3.8.0
v3.7.0
3.7.0 (2025-11-19)
Full Changelog: v3.6.0...v3.7.0
Features
- add wait_for_completion method to IndexingJobs resource with sy… (#49) (9edc2a6)
- Add wait_until_ready() method for agent deployment polling (#56) (dcef3d5)
- api: add inference errors (d61d495)
- api: include indexing jobs (d249d06)
Bug Fixes
- client: close streams without requiring full consumption (33fe04b)
- compat with Python 3.14 (add7b21)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (c945870)
Chores
v3.6.0
v3.5.0
3.5.0 (2025-10-14)
Full Changelog: v3.4.0...v3.5.0
Features
Chores
- internal: detect missing future annotations with ruff (0fb9f92)