Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [[12.3.4]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.4) - [PyPI](https://pypi.org/project/clarifai/12.3.4/) - 2026-03-26

### Added
- Added `VLLMOpenAIModelClass` parent class with cancellation support and health probes [(#998)](https://github.com/Clarifai/clarifai-python/pull/998)
- Added clarifai Skills installation [(#1003)](https://github.com/Clarifai/clarifai-python/pull/1003)

### Changed
- Streamlined overhead in SSE stream [(#988)](https://github.com/Clarifai/clarifai-python/pull/988)

### Fixed
- Fixed minor local-runner issue [(#999)](https://github.com/Clarifai/clarifai-python/pull/999)

## [[12.3.3]](https://github.com/Clarifai/clarifai-python/releases/tag/12.3.3) - [PyPI](https://pypi.org/project/clarifai/12.3.3/) - 2026-03-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.3.3"
__version__ = "12.3.4"
Loading