Skip to content

Commit

Permalink
VERSION 11.1.5 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
luv-bansal authored Feb 21, 2025
1 parent 821a0bb commit 5a8b56b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [[11.1.5]](https://github.com/Clarifai/clarifai-python/releases/tag/11.1.5) - [PyPI](https://pypi.org/project/clarifai/11.1.5/) - 2025-02-21

### Changed
- Adds support for local dev runners from CLI [(#521)] (https://github.com/Clarifai/clarifai-python/pull/521)
- Use the non-runtime path for tests [(#520)] (https://github.com/Clarifai/clarifai-python/pull/520)
- Fix local tests [(#518)] (https://github.com/Clarifai/clarifai-python/pull/518)
- Catch additional codes that models have at startup [(#517)] (https://github.com/Clarifai/clarifai-python/pull/517)

## [[11.1.4]](https://github.com/Clarifai/clarifai-python/releases/tag/11.1.4) - [PyPI](https://pypi.org/project/clarifai/11.1.4/) - 2025-02-12

### 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.1.4"
__version__ = "11.1.5"
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.7
clarifai-grpc>=11.1.3
clarifai-protocol>=0.0.16
numpy>=1.22.0
tqdm>=4.65.0
Expand Down

0 comments on commit 5a8b56b

Please sign in to comment.