Skip to content

Commit

Permalink
version_10.9.1 (#413)
Browse files Browse the repository at this point in the history
* version_10.9.1

* version_10.9.1
  • Loading branch information
luv-bansal authored Oct 9, 2024
1 parent 8566e25 commit 0d7c3b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9.0"
__version__ = "10.9.1"
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.7
clarifai-grpc>=10.8.8
clarifai-protocol>=0.0.6
numpy>=1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit 0d7c3b7

Please sign in to comment.