Skip to content

Commit

Permalink
VERSION 11.0.1 (#478)
Browse files Browse the repository at this point in the history
* VERSION 11.0.1

* VERSION 11.0.1
  • Loading branch information
luv-bansal authored Jan 13, 2025
1 parent 37d6570 commit 2a12775
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [[11.0.1]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.1) - [PyPI](https://pypi.org/project/clarifai/11.0.1/) - 2025-01-14

### Changed

- Take user_id from Env variable [(#477)] (https://github.com/Clarifai/clarifai-python/pull/477)
- Added HF token Validation [(#476)] (https://github.com/Clarifai/clarifai-python/pull/476)
- Fix Model prediction methods when configured with a dedicated compute_cluster_id and nodepool_id [(#475)] (https://github.com/Clarifai/clarifai-python/pull/475)
- Fix model upload issues [(#474)] (https://github.com/Clarifai/clarifai-python/pull/474)
- Improved error logging [(#473)] (https://github.com/Clarifai/clarifai-python/pull/473)

## [[11.0.0]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.0) - [PyPI](https://pypi.org/project/clarifai/11.0.0/) - 2025-01-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__ = "11.0.0"
__version__ = "11.0.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.11.2
clarifai-grpc>=11.0.0
clarifai-protocol>=0.0.14
numpy>=1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit 2a12775

Please sign in to comment.