Skip to content

Commit 57d5d1e

Browse files
authored
Bump version to 12.2.0 and update changelog (#948)
1 parent 85b26e5 commit 57d5d1e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [[12.2.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.2.0) - [PyPI](https://pypi.org/project/clarifai/12.2.0/) - 2026-02-13
2+
3+
### Added
4+
- Admission Control: Added admission control support for model runners [(#941)](https://github.com/Clarifai/clarifai-python/pull/941)
5+
- OpenAI Dependency: Added openai as a core dependency [(#938)](https://github.com/Clarifai/clarifai-python/pull/938)
6+
7+
### Changed
8+
- Local Runner: Removed inference_compute_info requirement for local model runners [(#911)](https://github.com/Clarifai/clarifai-python/pull/911)
9+
- CLI Login: Improved CLI login experience with better UX and security [(#928)](https://github.com/Clarifai/clarifai-python/pull/928)
10+
- Relaxed clarifai-protocol version constraint from ==0.0.35 to >=0.0.35,<0.1.0 [(#932)](https://github.com/Clarifai/clarifai-python/pull/932)
11+
12+
### Fixed
13+
- Fixed dependency version constraints [(#943)](https://github.com/Clarifai/clarifai-python/pull/943)
14+
- Fixed authentication in model deployment CLI [(#927)](https://github.com/Clarifai/clarifai-python/pull/927)
15+
116
## [[12.1.7]](https://github.com/Clarifai/clarifai-python/releases/tag/12.1.7) - [PyPI](https://pypi.org/project/clarifai/12.1.7/) - 2026-02-06
217

318
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Find our official documentation at [docs.clarifai.com/compute/models/upload](htt
585585
## Versioning
586586

587587
This project uses [CalVer](https://calver.org/) with the format **`YY.MM.PATCH`**:
588-
- **YY**two-digit year (e.g. `12` for 2026)
588+
- **YY**Clarifai year, counting from the company's founding (e.g. `12` for the 12th year)
589589
- **MM** — month number, not zero-padded (e.g. `1` for January, `12` for December)
590590
- **PATCH** — incremental release within that month, starting at `0`
591591

clarifai/__init__.py

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

0 commit comments

Comments
 (0)