Skip to content

Commit 26fef68

Browse files
authored
Release/12.3.2 (#980)
* fix user_id conflicts * VERSION 12.3.2
1 parent ec4e07c commit 26fef68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [[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
2+
3+
### Changed
4+
- CLI & Deploy Improvements [(#977)](https://github.com/Clarifai/clarifai-python/pull/977)
5+
6+
### Fixed
7+
- Fixed user/app conflicts with context in CLI [(#979)](https://github.com/Clarifai/clarifai-python/pull/979)
8+
- Fixed completion token reporting to use `total_tokens - prompt_tokens` to include reasoning tokens [(#978)](https://github.com/Clarifai/clarifai-python/pull/978)
9+
- Fixed user_id conflicts [(#973)](https://github.com/Clarifai/clarifai-python/pull/973)
10+
111
## [[12.3.1]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.1) - [PyPI](https://pypi.org/project/clarifai/12.3.1/) - 2026-03-05
212

313
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)