Skip to content

Commit eb00e16

Browse files
release: 0.6.0
1 parent f735ee0 commit eb00e16

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-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.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## 0.6.0 (2025-10-11)
4+
5+
Full Changelog: [v0.5.1...v0.6.0](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.1...v0.6.0)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([8673889](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/86738898fdc5c9a72a4b933398f2dbe013b038d6))
10+
* **types:** replace List[str] with SequenceNotStr in params ([ac97bcc](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/ac97bcc961a56515cfc8848ada4eb321f0446c63))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid newer type syntax ([8be2d00](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/8be2d006207d7891b8fdf6a2a8985b5107e66137))
16+
17+
18+
### Chores
19+
20+
* do not install brew dependencies in ./scripts/bootstrap by default ([a676ec0](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/a676ec08499f24939b3c69b6d398e703a7f51143))
21+
* **internal:** add Sequence related utils ([59172cd](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/59172cd255e31005a12c28c411d28af93d774a11))
22+
* **internal:** change ci workflow machines ([0cc1cdf](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/0cc1cdff89de3c7453b781a567d5853ac2d6dbb6))
23+
* **internal:** codegen related update ([f735ee0](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/f735ee00e0765848f9e9346294eaf04e80a3a1fd))
24+
* **internal:** codegen related update ([c606559](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/c606559c6b779b8ba98f1d60adb981f294fd04e2))
25+
* **internal:** fix ruff target version ([841f6b8](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/841f6b83607d1fbc81fd7760d01ad48f2c6efb83))
26+
* **internal:** move mypy configurations to `pyproject.toml` file ([8c3c148](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/8c3c148d136fd0541c4ef1ce1cafd28f39512cf0))
27+
* **internal:** update comment in script ([affca4a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/affca4a54c56578021aa4fe0ba4c43cb1d4b3c14))
28+
* **internal:** update pydantic dependency ([fd7ed5b](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/fd7ed5b1b53ed3502ab1874621719f000398023b))
29+
* **internal:** update pyright exclude list ([f52b313](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/f52b313f51371fcb984383806a94b09a3e28e988))
30+
* **tests:** simplify `get_platform` test ([e80b9a7](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/e80b9a7726b0736e33539db461449522179510ab))
31+
* **types:** change optional parameter type from NotGiven to Omit ([e140d77](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/e140d77f0549af65b3ca81528a6ad2e8d13fe144))
32+
* update @stainless-api/prism-cli to v5.15.0 ([5be621c](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/5be621cd6a883137ec3c379c1a64e6a12b9be1ea))
33+
* update github action ([623da5a](https://github.com/nextbillion-ai/nextbillion-sdk-python/commit/623da5a8f4e690185e66bb10060d6ae5c09fa7b2))
34+
335
## 0.5.1 (2025-08-06)
436

537
Full Changelog: [v0.5.0...v0.5.1](https://github.com/nextbillion-ai/nextbillion-sdk-python/compare/v0.5.0...v0.5.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nextbillionai"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "The official Python library for the nextbillion-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/nextbillionai/_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__ = "nextbillionai"
4-
__version__ = "0.5.1" # x-release-please-version
4+
__version__ = "0.6.0" # x-release-please-version

0 commit comments

Comments
 (0)