From 431884f4064b51e785d3dbf60b9cd9e47d497b78 Mon Sep 17 00:00:00 2001 From: Luv Bansal Date: Wed, 23 Jul 2025 21:25:56 +0530 Subject: [PATCH] VERSION 11.6.5 --- CHANGELOG.md | 16 ++++++++++++++++ clarifai/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928bb9de..ee700b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [[11.6.5]](https://github.com/Clarifai/clarifai-python/releases/tag/11.6.5) - [PyPI](https://pypi.org/project/clarifai/11.6.5/) - 2025-07-23 + +### Changed +- Add CLI config context support to BaseClient authentication [(#704)] (https://github.com/Clarifai/clarifai-python/pull/704) +- live logging functionality for model runner [(#711)] (https://github.com/Clarifai/clarifai-python/pull/711) +- Unify Context Management Under a Single config Command [(#709)] (https://github.com/Clarifai/clarifai-python/pull/709) +- Add func to return both stub and channel [(#713)] (https://github.com/Clarifai/clarifai-python/pull/713) +- Added local-runner requirements validation step [(#712)] (https://github.com/Clarifai/clarifai-python/pull/712) +- Improve URL Download error handling [(#710)] (https://github.com/Clarifai/clarifai-python/pull/710) +- Added Playground URL to Local-Runner Logs [(#708)] (https://github.com/Clarifai/clarifai-python/pull/708) +- Unit tests for toolkits [(#639)] (https://github.com/Clarifai/clarifai-python/pull/639) +- Improve Local-Runner CLI Logging [(#706)] (https://github.com/Clarifai/clarifai-python/pull/706) +- Improve client script formatting (black linter formatting) [(#705)] (https://github.com/Clarifai/clarifai-python/pull/705) +- Add github folder download support and toolkit option in model init [(#699)] (https://github.com/Clarifai/clarifai-python/pull/699) +- Improve Handling for PAT and USER_ID [(#702)] (https://github.com/Clarifai/clarifai-python/pull/702) + ## [[11.6.4]](https://github.com/Clarifai/clarifai-python/releases/tag/11.6.4) - [PyPI](https://pypi.org/project/clarifai/11.6.4/) - 2025-07-11 ### Changed diff --git a/clarifai/__init__.py b/clarifai/__init__.py index 0bc96813..8ba01d58 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "11.6.4" +__version__ = "11.6.5" diff --git a/requirements.txt b/requirements.txt index 11f3ee84..7fbea7a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -clarifai-grpc>=11.6.1 +clarifai-grpc>=11.6.4 clarifai-protocol>=0.0.25 numpy>=1.22.0 tqdm>=4.65.0