Skip to content

Commit a32460e

Browse files
release: 0.1.0-alpha.14
1 parent c0bcc45 commit a32460e

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.13"
2+
".": "0.1.0-alpha.14"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.1.0-alpha.14 (2025-07-17)
4+
5+
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([6cdcc6a](https://github.com/digitalocean/gradientai-python/commit/6cdcc6a36b9dde2117295ee7bcb9a3bc15571779))
10+
* **api:** update via SDK Studio ([5475a94](https://github.com/digitalocean/gradientai-python/commit/5475a9460676d1c48e99e0d1e75e50de7caecf3a))
11+
* dynamically build domain for agents.chat.completions.create() ([dee4ef0](https://github.com/digitalocean/gradientai-python/commit/dee4ef07ebb3367abc7f05c15271d43ab57e2081))
12+
* dynamically build domain for agents.chat.completions.create() ([3dbd194](https://github.com/digitalocean/gradientai-python/commit/3dbd194643e31907a78ab7e222e95e7508378ada))
13+
14+
15+
### Bug Fixes
16+
17+
* add /api prefix for agent routes ([00c62b3](https://github.com/digitalocean/gradientai-python/commit/00c62b35f3a29ea8b6e7c96b2e755e6b5199ae55))
18+
* add /api prefix for agent routes ([72a59db](https://github.com/digitalocean/gradientai-python/commit/72a59db98ebeccdf0c4498f6cce37ffe1cb198dd))
19+
* fix validation for inference_key and agent_key auth ([d27046d](https://github.com/digitalocean/gradientai-python/commit/d27046d0c1e8214dd09ab5508e4fcb11fa549dfe))
20+
21+
22+
### Chores
23+
24+
* **internal:** version bump ([f3629f1](https://github.com/digitalocean/gradientai-python/commit/f3629f169267f240aeb2c4d400606761a649dff7))
25+
326
## 0.1.0-alpha.13 (2025-07-15)
427

528
Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "c63a5cfe-b235-4fbe-8bbb-82a9e02a482a-python"
3-
version = "0.1.0-alpha.13"
3+
version = "0.1.0-alpha.14"
44
description = "The official Python library for GradientAI"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/do_gradientai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "do_gradientai"
4-
__version__ = "0.1.0-alpha.13" # x-release-please-version
4+
__version__ = "0.1.0-alpha.14" # x-release-please-version

0 commit comments

Comments
 (0)