Skip to content

Commit e86ef0a

Browse files
release: 0.4.0
1 parent 27446e9 commit e86ef0a

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.3.0"
2+
".": "0.4.0"
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.4.0 (2025-09-16)
4+
5+
Full Changelog: [v0.3.0...v0.4.0](https://github.com/meta-llama/llama-api-python/compare/v0.3.0...v0.4.0)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([648fe7b](https://github.com/meta-llama/llama-api-python/commit/648fe7be582adb6c50f73d24b32f6c9abdf88d73))
10+
* **types:** replace List[str] with SequenceNotStr in params ([565a26d](https://github.com/meta-llama/llama-api-python/commit/565a26da9736a27ec88e1139e70569e3ba084b3a))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid newer type syntax ([b9bfeb3](https://github.com/meta-llama/llama-api-python/commit/b9bfeb3df2528b0c77017e9b1b50bcd54bf731bb))
16+
17+
18+
### Chores
19+
20+
* **internal:** add Sequence related utils ([909f85f](https://github.com/meta-llama/llama-api-python/commit/909f85f12cb61ee164764bca656c0b574b0bcd2a))
21+
* **internal:** move mypy configurations to `pyproject.toml` file ([68106c6](https://github.com/meta-llama/llama-api-python/commit/68106c6af940f1cbbbafae6dc0de999e1f853325))
22+
* **internal:** update pydantic dependency ([9ad2fea](https://github.com/meta-llama/llama-api-python/commit/9ad2fea856c3470b20b89ddd033614eee40c0ea0))
23+
* **internal:** update pyright exclude list ([203a1a1](https://github.com/meta-llama/llama-api-python/commit/203a1a1d8a74ece63939e25ec0a1b91c42706119))
24+
* **tests:** simplify `get_platform` test ([21f3cd5](https://github.com/meta-llama/llama-api-python/commit/21f3cd5b775c2963be3d13ccfc59273c163fdfbc))
25+
326
## 0.3.0 (2025-08-26)
427

528
Full Changelog: [v0.2.0...v0.3.0](https://github.com/meta-llama/llama-api-python/compare/v0.2.0...v0.3.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_api_client"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "The official Python library for the llama-api-client API"
55
dynamic = ["readme"]
66
license = "MIT"

src/llama_api_client/_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__ = "llama_api_client"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.4.0" # x-release-please-version

0 commit comments

Comments
 (0)