Skip to content

Commit 8ca56e5

Browse files
authored
Release 12.4.1 (#1027)
1 parent 316a64b commit 8ca56e5

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [[12.4.1]](https://github.com/Clarifai/clarifai-python/releases/tag/12.4.1) - [PyPI](https://pypi.org/project/clarifai/12.4.1/) - 2026-04-30
2+
3+
### Added
4+
- Code-first Pipeline DSL with CLI generate/upload support [(#1017)](https://github.com/Clarifai/clarifai-python/pull/1017)
5+
- `clarifai pipeline run --dev` for local pipeline development [(#1012)](https://github.com/Clarifai/clarifai-python/pull/1012)
6+
- Report cached prompt tokens in model responses [(#1026)](https://github.com/Clarifai/clarifai-python/pull/1026)
7+
8+
### Changed
9+
- Improved `clarifai pipeline init` help text and post-init next-steps message [(#1023)](https://github.com/Clarifai/clarifai-python/pull/1023)
10+
- Disabled `deploy_latest_version` for `clarifai model serve` deployments [(#1022)](https://github.com/Clarifai/clarifai-python/pull/1022)
11+
12+
### Fixed
13+
- Re-pin deployment `desired_worker` to current model version on `clarifai model serve` [(#1024)](https://github.com/Clarifai/clarifai-python/pull/1024)
14+
- Loosen pinned requirements and fix Clarifai package detection [(#1020)](https://github.com/Clarifai/clarifai-python/pull/1020)
15+
- Validate Hugging Face access for private repos that report `not_found` to anonymous requests [(#1018)](https://github.com/Clarifai/clarifai-python/pull/1018)
16+
- Fix CI compute orchestration tests [(#1021)](https://github.com/Clarifai/clarifai-python/pull/1021)
17+
118
## [[12.4.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.4.0) - [PyPI](https://pypi.org/project/clarifai/12.4.0/) - 2026-04-15
219

320
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)