Skip to content

Releases: digitalocean/gradient-python

v3.1.0

03 Oct 15:07
e597aef

Choose a tag to compare

3.1.0 (2025-10-03)

Full Changelog: v3.0.2...v3.1.0

Features

  • api: update via SDK Studio (20f2512)
  • api: update via SDK Studio (09bf61b)
  • api: update via SDK Studio (76d29b6)
  • api: update via SDK Studio (fa68fb4)
  • api: update via SDK Studio (e23ac14)
  • api: update via SDK Studio (a5f6aa6)
  • api: update via SDK Studio (b900d76)

Chores

  • client: support model_access_key in image generations (4b81c5c)
  • client: support model_access_key in image generations for real (c202e81)
  • fix bash quoting (d92383d)
  • quote bash variables (6673263)
  • remove preview warning (e4cf6a8)
  • update actions versions (7056460)

v3.0.2

24 Sep 15:42
6e5b7d9

Choose a tag to compare

3.0.2 (2025-09-24)

Full Changelog: v3.0.1...v3.0.2

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (d83b77a)
  • improve example values (8f3a107)
  • types: change optional parameter type from NotGiven to Omit (78eb019)

v3.0.1

24 Sep 01:24
eaafa66

Choose a tag to compare

3.0.1 (2025-09-24)

Full Changelog: v3.0.0...v3.0.1

Bug Fixes

  • add proto to default inference url (#52) (108d7cb)

v3.0.0

18 Sep 17:54
76aafd7

Choose a tag to compare

3.0.0 (2025-09-18)

Full Changelog: v3.0.0-beta.6...v3.0.0

Chores

Refactors

  • api: consistently rename user_agent parameter to user_agent_package in Gradient and AsyncGradient classes for clarity (af7420c)
  • api: rename user_agent parameter to user_agent_package in BaseClient, SyncAPIClient, and AsyncAPIClient for better clarity (dba36f7)

v3.0.0-beta.6

17 Sep 16:37
747e51b

Choose a tag to compare

v3.0.0-beta.6 Pre-release
Pre-release

3.0.0-beta.6 (2025-09-17)

Full Changelog: v3.0.0-beta.5...v3.0.0-beta.6

Features

  • api: enable typescript (c17086a)
  • improve future compat with pydantic v3 (300eac0)
  • normalize user agent with other do clients (85bc8eb)
  • types: replace List[str] with SequenceNotStr in params (5a6aa92)

Chores

  • clean up LICENSING after legal review (#49) (7212f62)
  • internal: move mypy configurations to pyproject.toml file (25c0448)
  • internal: update pydantic dependency (55255fb)
  • tests: simplify get_platform test (b839e4b)

v3.0.0-beta.5

08 Sep 18:02
9f911df

Choose a tag to compare

v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2025-09-08)

Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5

Features

Bug Fixes

  • avoid newer type syntax (3d5c35c)

Chores

  • internal: add Sequence related utils (2997cfc)
  • internal: change ci workflow machines (5f41b3d)
  • internal: update pyright exclude list (2a0d1a2)
  • update github action (369c5d9)

v3.0.0-beta.4

18 Aug 16:57
3f8b4e5

Choose a tag to compare

v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2025-08-12)

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

Chores

  • internal: codegen related update (4757cc5)
  • internal: update comment in script (c324412)
  • update @stainless-api/prism-cli to v5.15.0 (835aa7c)

v3.0.0-beta.3

08 Aug 20:35
f40ef8c

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2025-08-08)

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

Features

  • api: make kwargs match the env vars (b74952e)
  • api: rename environment variables (ed70ab7)

Bug Fixes

  • actually read env vars (68daceb)
  • config: align environment variables with other DO tools and console (#40) (#41) (6853d05)
  • use of cached variable in internals (4bd6ace)

Chores

  • internal: fix ruff target version (b370349)

v3.0.0-beta.2

04 Aug 16:21
7730dd6

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2025-08-04)

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

Features

  • api: collected updates 8/4 (90ff9f2)

v3.0.0-beta.1

31 Jul 18:43
d01b51d

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2025-07-31)

Full Changelog: v0.1.0-beta.4...v3.0.0-beta.1

Features

  • api: remove GRADIENTAI env vars (43d5c5a)
  • api: update to package gradient (9dcd1d6)
  • api: update to package gradient (3099c15)
  • client: support file upload requests (90a77c9)

Chores