From 2c62d3dd9fc6a8fe0ee6809a0a095270aa20d43a Mon Sep 17 00:00:00 2001 From: "Arman C. Kizilkale" Date: Wed, 18 Mar 2026 10:33:29 -0400 Subject: [PATCH] Release 12.3.3 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 12 ++++++++++++ clarifai/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665a69c9..72793eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/clarifai/__init__.py b/clarifai/__init__.py index 50b0cb51..59fbc6db 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "12.3.2" +__version__ = "12.3.3"