Skip to content

Commit cafb83e

Browse files
authored
Release 12.5.0 (#1037)
1 parent 8442424 commit cafb83e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [[12.5.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.5.0) - [PyPI](https://pypi.org/project/clarifai/12.5.0/) - 2026-05-08
2+
3+
### Added
4+
- Prompt for pipeline template parameters with placeholder values [(#1032)](https://github.com/Clarifai/clarifai-python/pull/1032)
5+
6+
### Changed
7+
- Renamed pipeline `generate` command to `compile` [(#1028)](https://github.com/Clarifai/clarifai-python/pull/1028)
8+
- Removed overly aggressive client-side log filtering [(#1030)](https://github.com/Clarifai/clarifai-python/pull/1030)
9+
- Bumped python-dependencies group across 1 directory with 28 updates [(#1031)](https://github.com/Clarifai/clarifai-python/pull/1031)
10+
- Added ruff to test dependencies [(#1033)](https://github.com/Clarifai/clarifai-python/pull/1033)
11+
- Added pip package ecosystem to dependabot.yml [(#1025)](https://github.com/Clarifai/clarifai-python/pull/1025)
12+
13+
### Fixed
14+
- Fixed per-character alias bug in pipeline command [(#1028)](https://github.com/Clarifai/clarifai-python/pull/1028)
15+
- Closed 9 open CodeQL/Dependabot alerts: workflow permissions and torch in test fixtures [(#1035)](https://github.com/Clarifai/clarifai-python/pull/1035)
16+
117
## [[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
218

319
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)