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