Skip to content

Commit 879d0c3

Browse files
Added changelog, released some constraints
1 parent f501c84 commit 879d0c3

File tree

3 files changed

+123
-50
lines changed

3 files changed

+123
-50
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.2.21]
2+
3+
* **fix: Enforce minimum version of databricks-sdk (>=0.62.0) for databricks-volumes connector**
4+
* **fix: Add constraints to prevent platform compatibility issues with tritonclient/perf-analyzer dependencies**
5+
16
## [1.2.20]
27

38
* **fix: Prevent weaviate cloud precheck from passing with invalid config**

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ ci = [
166166
# TODO: versions higher than this are missing the macos wheel
167167
"pykx==2.5.3",
168168
# TODO: Constraint due to perf-analyzer platform compatibility issues
169-
"clarifai<10.0.0",
170169
"tritonclient<=2.60.0", # Allow 2.60.0 (was working), prevent 2.61.0 (has perf-analyzer issues)
171170
]
172171

0 commit comments

Comments
 (0)