Skip to content

Commit 8b8631b

Browse files
authored
Release 12.3.4 (#1001)
1 parent aac37f3 commit 8b8631b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [[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
2+
3+
### Added
4+
- Added `VLLMOpenAIModelClass` parent class with cancellation support and health probes [(#998)](https://github.com/Clarifai/clarifai-python/pull/998)
5+
- Added clarifai Skills installation [(#1003)](https://github.com/Clarifai/clarifai-python/pull/1003)
6+
7+
### Changed
8+
- Streamlined overhead in SSE stream [(#988)](https://github.com/Clarifai/clarifai-python/pull/988)
9+
10+
### Fixed
11+
- Fixed minor local-runner issue [(#999)](https://github.com/Clarifai/clarifai-python/pull/999)
12+
113
## [[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
214

315
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)