Skip to content

Commit

Permalink
VERSION_11.0.6 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
luv-bansal authored Jan 24, 2025
1 parent b85883f commit 21072ba
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.6]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.6) - [PyPI](https://pypi.org/project/clarifai/11.0.6/) - 2025-01-24

### Changed

- Added Model Upload Tests [(#495)] (https://github.com/Clarifai/clarifai-python/pull/495)
- Updated Torch version Images and Delete tar file for every upload [(#493)] (https://github.com/Clarifai/clarifai-python/pull/493)
- Added Tests for Model run locally [(#492)] (https://github.com/Clarifai/clarifai-python/pull/492)
- Added CLARIFAI_API_BASE in the test container [(#491)] (https://github.com/Clarifai/clarifai-python/pull/491)
- remove triton requirements [(#490)] (https://github.com/Clarifai/clarifai-python/pull/490)

## [[11.0.5]](https://github.com/Clarifai/clarifai-python/releases/tag/11.0.5) - [PyPI](https://pypi.org/project/clarifai/11.0.5/) - 2025-01-17

### 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.5"
__version__ = "11.0.6"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clarifai-grpc>=11.0.0
clarifai-grpc>=11.0.4
clarifai-protocol>=0.0.14
numpy>=1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit 21072ba

Please sign in to comment.