diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a057afe..42a33398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [[10.8.2]](https://github.com/Clarifai/clarifai-python/releases/tag/10.8.2) - [PyPI](https://pypi.org/project/clarifai/10.8.2/) - 2024-09-19 + +### Changed + - Upgrade to clarifai-grpc 10.8.6 + - Improved Model Export functionality by adding `Ranges` header [(#385)](https://github.com/Clarifai/clarifai-python/pull/385) + ## [[10.8.1]](https://github.com/Clarifai/clarifai-python/releases/tag/10.8.1) - [PyPI](https://pypi.org/project/clarifai/10.8.1/) - 2024-09-06 ### Fixed diff --git a/clarifai/__init__.py b/clarifai/__init__.py index 2a9810b8..6d1bfbfe 100644 --- a/clarifai/__init__.py +++ b/clarifai/__init__.py @@ -1 +1 @@ -__version__ = "10.8.1" +__version__ = "10.8.2" diff --git a/requirements.txt b/requirements.txt index b9684ec7..a2ba6004 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -clarifai-grpc>=10.8.3 +clarifai-grpc>=10.8.6 numpy>=1.22.0 tqdm>=4.65.0 tritonclient>=2.34.0