From 21072bad9652e724a0de4538d2aad4422d431a84 Mon Sep 17 00:00:00 2001 From: Luv Bansal <70321430+luv-bansal@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:29:51 +0530 Subject: [PATCH] VERSION_11.0.6 (#496) --- CHANGELOG.md | 10 ++++++++++ clarifai/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d954bd8a..932550ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [[11.0.6]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.6) - [PyPI](https://pypi.org/project/clarifai/11.0.6/) - 2025-01-24 + +### Changed + + - Added Model Upload Tests [(#495)] (https://github.com/Clarifai/clarifai-python/pull/495) + - Updated Torch version Images and Delete tar file for every upload [(#493)] (https://github.com/Clarifai/clarifai-python/pull/493) + - Added Tests for Model run locally [(#492)] (https://github.com/Clarifai/clarifai-python/pull/492) + - Added CLARIFAI_API_BASE in the test container [(#491)] (https://github.com/Clarifai/clarifai-python/pull/491) + - remove triton requirements [(#490)] (https://github.com/Clarifai/clarifai-python/pull/490) + ## [[11.0.5]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.5) - [PyPI](https://pypi.org/project/clarifai/11.0.5/) - 2025-01-17 ### Changed diff --git a/clarifai/__init__.py b/clarifai/__init__.py index e91fe846..378690c1 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "11.0.5" +__version__ = "11.0.6" diff --git a/requirements.txt b/requirements.txt index 6b2cd789..6fb2f9b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -clarifai-grpc>=11.0.0 +clarifai-grpc>=11.0.4 clarifai-protocol>=0.0.14 numpy>=1.22.0 tqdm>=4.65.0