Skip to content

Commit 1580c9b

Browse files
authored
Release 12.3.3 (#992)
1 parent 975f1e7 commit 1580c9b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [[12.3.3]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.3) - [PyPI](https://pypi.org/project/clarifai/12.3.3/) - 2026-03-18
2+
3+
### Added
4+
- Added `--keep` flag to `clarifai model serve` to preserve build directory [(#990)](https://github.com/Clarifai/clarifai-python/pull/990)
5+
6+
### Changed
7+
- Local Runner is now public by default [(#981)](https://github.com/Clarifai/clarifai-python/pull/981)
8+
9+
### Fixed
10+
- Fixed reasoning model token tracking, event-loop safety, streaming and tool call passthrough in agentic class [(#989)](https://github.com/Clarifai/clarifai-python/pull/989)
11+
- Fixed `HasField` usage on scalar primitives in DataConverter [(#985)](https://github.com/Clarifai/clarifai-python/pull/985)
12+
113
## [[12.3.2]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.2) - [PyPI](https://pypi.org/project/clarifai/12.3.2/) - 2026-03-11
214

315
### Changed

clarifai/__init__.py

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

0 commit comments

Comments
 (0)