Skip to content

Commit abc27a2

Browse files
fix Milvus stager to use correct exception (#587)
the correct exception to catch here is Python built in ValueError, not UnstructuredIngestError.ValueError
1 parent 1973edc commit abc27a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.12-dev1
2+
3+
* **Fix: fix Milvus stager to use correct exception**
4+
15
## 1.2.12-dev0
26

37
* **Fix: confluence integration test to use new link and credential**

unstructured_ingest/__version__.py

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

unstructured_ingest/processes/connectors/milvus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from unstructured_ingest.error import (
1111
DestinationConnectionError,
1212
KeyError,
13-
ValueError,
1413
WriteError,
1514
)
1615
from unstructured_ingest.interfaces import (

0 commit comments

Comments
 (0)