File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ Find our official documentation at [docs.clarifai.com/compute/models/upload](htt
585585## Versioning
586586
587587This 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
Original file line number Diff line number Diff line change 1- __version__ = "12.1.7 "
1+ __version__ = "12.2.0 "
You can’t perform that action at this time.
0 commit comments