Skip to content

Commit 33e0882

Browse files
release: 1.10.3
1 parent 465df59 commit 33e0882

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.10.3 (2026-04-17)
4+
5+
Full Changelog: [v1.10.2...v1.10.3](https://github.com/letta-ai/letta-python/compare/v1.10.2...v1.10.3)
6+
7+
### Features
8+
9+
* add xhigh opus 4.7 ([13053eb](https://github.com/letta-ai/letta-python/commit/13053ebdf4d9bbba90d03b45bcfc12e9ec93b4bf))
10+
* **api:** api update ([fa185df](https://github.com/letta-ai/letta-python/commit/fa185df57247bcac3842916ddfe165c4ce88a0b4))
11+
* **core:** add is_hidden field to conversations for hidden forks ([5f4a164](https://github.com/letta-ai/letta-python/commit/5f4a1648a5f7544fd11649ee28ea84fd2d03371f))
12+
* **core:** allow creating hidden conversations ([8818aca](https://github.com/letta-ai/letta-python/commit/8818acae5bdb5e8b42ee55851881943f84ef077b))
13+
* Feat/user quota view ([5322813](https://github.com/letta-ai/letta-python/commit/5322813e4ffb74f04cab02f24380c4baebcc113f))
14+
15+
16+
### Bug Fixes
17+
18+
* autogenerated changes ([0fe88a6](https://github.com/letta-ai/letta-python/commit/0fe88a680b70c5df5b1ca1fd03435344955044e9))
19+
* **client:** preserve hardcoded query params when merging with user params ([ff0da42](https://github.com/letta-ai/letta-python/commit/ff0da420446afde94f94beda4c83d968f4bdc711))
20+
* **core:** persist conversation context window overrides ([4e29e5f](https://github.com/letta-ai/letta-python/commit/4e29e5feea5290358ea4f44114d8493c8ca51ba2))
21+
* ensure file data are only sent as 1 parameter ([3df7d83](https://github.com/letta-ai/letta-python/commit/3df7d835b2242a91d7fb1ac02090c6487b9ba1b9))
22+
23+
24+
### Performance Improvements
25+
26+
* **client:** optimize file structure copying in multipart requests ([1e73b56](https://github.com/letta-ai/letta-python/commit/1e73b5635c3a74dab9a04e4d5c76e44e7a90af3b))
27+
28+
29+
### Refactors
30+
31+
* **core:** remove built-in multi-agent tools ([c120257](https://github.com/letta-ai/letta-python/commit/c1202573066daa9c0679c41c4f01b4454a70650e))
32+
333
## 1.10.2 (2026-04-02)
434

535
Full Changelog: [v1.10.1...v1.10.2](https://github.com/letta-ai/letta-python/compare/v1.10.1...v1.10.2)

pyproject.toml

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

src/letta_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__ = "letta_client"
4-
__version__ = "1.10.2" # x-release-please-version
4+
__version__ = "1.10.3" # x-release-please-version

0 commit comments

Comments
 (0)