From 0d7c3b787938fa25719ca37f0173a258a1c3784d Mon Sep 17 00:00:00 2001 From: Luv Bansal <70321430+luv-bansal@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:58:26 +0530 Subject: [PATCH] version_10.9.1 (#413) * version_10.9.1 * version_10.9.1 --- CHANGELOG.md | 7 +++++++ clarifai/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3f8b4..1e4a2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [[10.9.1]](https://github.com/Clarifai/clarifai-python/releases/tag/10.9.1) - [PyPI](https://pypi.org/project/clarifai/10.9.1/) - 2024-10-09 + +### Changed + - Improve handling missing huggingface_hub package [(#412)] (https://github.com/Clarifai/clarifai-python/pull/412) + - Implement script that allows users to test and run a runner's model locally [(#411)] (https://github.com/Clarifai/clarifai-python/pull/411) + - Improve Model upload experience for cv models [(#408)] (https://github.com/Clarifai/clarifai-python/pull/408) + ## [[10.9.0]](https://github.com/Clarifai/clarifai-python/releases/tag/10.9.0) - [PyPI](https://pypi.org/project/clarifai/10.9.0/) - 2024-10-07 ### Changed diff --git a/clarifai/__init__.py b/clarifai/__init__.py index 3afb665..37066b5 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "10.9.0" +__version__ = "10.9.1" diff --git a/requirements.txt b/requirements.txt index 9518bc3..0f0ad06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -clarifai-grpc>=10.8.7 +clarifai-grpc>=10.8.8 clarifai-protocol>=0.0.6 numpy>=1.22.0 tqdm>=4.65.0