Skip to content

Commit 03d6513

Browse files
authored
Release 12.3.5 (#1006)
1 parent 4b6887e commit 03d6513

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [[12.3.5]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.5) - [PyPI](https://pypi.org/project/clarifai/12.3.5/) - 2026-03-31
2+
3+
### Changed
4+
- Smart resource reuse and private-by-default for `clarifai model serve` [(#1004)](https://github.com/Clarifai/clarifai-python/pull/1004)
5+
- Optimize model runner memory and latency [(#994)](https://github.com/Clarifai/clarifai-python/pull/994)
6+
- Auto-detect and clamp max_tokens to backend's max_seq_len [(#1005)](https://github.com/Clarifai/clarifai-python/pull/1005)
7+
18
## [[12.3.4]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.4) - [PyPI](https://pypi.org/project/clarifai/12.3.4/) - 2026-03-26
29

310
### Added

clarifai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.3.4"
1+
__version__ = "12.3.5"

0 commit comments

Comments
 (0)