Skip to content

Commit

Permalink
Version 9.11.1 (#259)
Browse files Browse the repository at this point in the history
* Version 9.11.1

* change cropper model
  • Loading branch information
sainivedh authored Dec 29, 2023
1 parent 006d02b commit 702843d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [[9.11.1]](https://github.com/Clarifai/clarifai-python/releases/tag/9.11.1) - [PyPI](https://pypi.org/project/clarifai/9.11.1/) - 2023-12-29

### Fixed
- Use specific URL method for apps (#257)

### Changed
- Loosen requirement constraints (#243)
- Update clarifai-grpc to 9.11.5

### Added
- Support Rank for PostInputsSearch (#255)


## [[9.11.0]](https://github.com/Clarifai/clarifai-python/releases/tag/9.11.0) - [PyPI](https://pypi.org/project/clarifai/9.11.0/) - 2023-12-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.11.0
9.11.1
2 changes: 1 addition & 1 deletion clarifai/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

CLIENT_VERSION = "9.11.0"
CLIENT_VERSION = "9.11.1"
OS_VER = os.sys.platform
PYTHON_VERSION = '.'.join(
map(str, [os.sys.version_info.major, os.sys.version_info.minor, os.sys.version_info.micro]))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clarifai-grpc~=9.11.0
clarifai-grpc~=9.11.5
pandas>=1.3.5
numpy>=1.22.0
tqdm>=4.65.0
Expand Down
4 changes: 2 additions & 2 deletions tests/workflow/fixtures/multi_branch_multi_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ workflow:
model_version_id: 45fb9a671625463fa646c3523a3087d5
- id: cropper
model:
model_id: margin-100-image-crop
model_version_id: e8c47b72e25148399ec2426b5b73add0
model_id: margin-110-image-crop
model_version_id: b9987421b40a46649566826ef9325303
node_inputs:
- node_id: detector
- id: face-sentiment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflow:
model_version_id: 45fb9a671625463fa646c3523a3087d5
- id: cropper
model:
model_id: margin-100-image-crop
model_version_id: e8c47b72e25148399ec2426b5b73add0
model_id: margin-110-image-crop
model_version_id: b9987421b40a46649566826ef9325303
node_inputs:
- node_id: detector

0 comments on commit 702843d

Please sign in to comment.