Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [[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

### Added
- Added `--keep` flag to `clarifai model serve` to preserve build directory [(#990)](https://github.com/Clarifai/clarifai-python/pull/990)

### Changed
- Local Runner is now public by default [(#981)](https://github.com/Clarifai/clarifai-python/pull/981)

### Fixed
- 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)
- Fixed `HasField` usage on scalar primitives in DataConverter [(#985)](https://github.com/Clarifai/clarifai-python/pull/985)

## [[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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.3.2"
__version__ = "12.3.3"
Loading