Skip to content

Commit

Permalink
version_10.8.2 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthbachala20 authored Sep 19, 2024
1 parent 601b15d commit 41f31e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion clarifai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.8.1"
__version__ = "10.8.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41f31e0

Please sign in to comment.