Skip to content

Commit 3c69397

Browse files
limit opensearch-py to below 3.0 (#618)
1 parent c7b79a2 commit 3c69397

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.28]
2+
3+
* **fix: Limit opensearch-py to below 3.0.0 to prevent grpcio conflicts with milvus and watsonx**
4+
15
## [1.2.27]
26

37
* **feat: Add AWS IAM authentication and full async support to OpenSearch connector**
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
opensearch-py>=3.1.0
1+
# opensearch-py 3.x adds opensearch-protobufs dependency which pulls in grpcio/protobuf,
2+
# causing version conflicts with pymilvus and pyiceberg. Pin to 2.x to avoid this cascade.
3+
# See: https://pypi.org/project/opensearch-protobufs/
4+
opensearch-py>=2.4.0,<3.0.0
25
boto3>=1.26.0
36
botocore>=1.29.0

unstructured_ingest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.27" # pragma: no cover
1+
__version__ = "1.2.28" # pragma: no cover

uv.lock

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)