Skip to content

Commit ee24cbb

Browse files
release: 3.0.0-beta.6
1 parent 7ee2e88 commit ee24cbb

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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-
".": "3.0.0-beta.5"
2+
".": "3.0.0-beta.6"
33
}

CHANGELOG.md

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

3+
## 3.0.0-beta.6 (2025-09-08)
4+
5+
Full Changelog: [v3.0.0-beta.5...v3.0.0-beta.6](https://github.com/digitalocean/gradient-python/compare/v3.0.0-beta.5...v3.0.0-beta.6)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([9632b89](https://github.com/digitalocean/gradient-python/commit/9632b892575f89d6f76a764cbf5c51f902dd05b4))
10+
* **types:** replace List[str] with SequenceNotStr in params ([456bd36](https://github.com/digitalocean/gradient-python/commit/456bd36ad4468639e77aadd18d90f34c6d3839fa))
11+
12+
13+
### Chores
14+
15+
* **internal:** move mypy configurations to `pyproject.toml` file ([c274b76](https://github.com/digitalocean/gradient-python/commit/c274b766f30830d3992934d83b54bc8b1a7a66a0))
16+
* **tests:** simplify `get_platform` test ([7ee2e88](https://github.com/digitalocean/gradient-python/commit/7ee2e882d95c6de785fcd951054a5b88a8877116))
17+
318
## 3.0.0-beta.5 (2025-09-08)
419

520
Full Changelog: [v3.0.0-beta.4...v3.0.0-beta.5](https://github.com/digitalocean/gradient-python/compare/v3.0.0-beta.4...v3.0.0-beta.5)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gradient"
3-
version = "3.0.0-beta.5"
3+
version = "3.0.0-beta.6"
44
description = "The official Python library for the Gradient API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/gradient/_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__ = "gradient"
4-
__version__ = "3.0.0-beta.5" # x-release-please-version
4+
__version__ = "3.0.0-beta.6" # x-release-please-version

0 commit comments

Comments
 (0)