Skip to content

Commit aa884ea

Browse files
luv-bansalclaude
andauthored
Release 12.3.0 (#971)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d553ba2 commit aa884ea

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [[12.3.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.0) - [PyPI](https://pypi.org/project/clarifai/12.3.0/) - 2026-03-04
2+
3+
### Added
4+
- Added `clarifai model deploy` command and `clarifai model init` simplification with multi-cloud GPU discovery, zero-prompt deployment flow, and simplified `config.yaml` [(#960)](https://github.com/Clarifai/clarifai-python/pull/960)
5+
- Added `developer` and `tool` to valid message roles for LLM interactions [(#970)](https://github.com/Clarifai/clarifai-python/pull/970)
6+
- Added support for pipeline upload without `step_directories` when `templateRefs` have versions [(#961)](https://github.com/Clarifai/clarifai-python/pull/961)
7+
8+
### Fixed
9+
- Fixed `List Artifacts` command to use correct `latest-version-id` and visibility [(#968)](https://github.com/Clarifai/clarifai-python/pull/968)
10+
- Fixed dataset download bug [(#945)](https://github.com/Clarifai/clarifai-python/pull/945)
11+
- Fixed user input override bypass when a PostScript version exists [(#969)](https://github.com/Clarifai/clarifai-python/pull/969)
12+
113
## [[12.2.2]](https://github.com/Clarifai/clarifai-python/releases/tag/12.2.2) - [PyPI](https://pypi.org/project/clarifai/12.2.2/) - 2026-02-26
214

315
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)