We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1973edc commit abc27a2Copy full SHA for abc27a2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.12-dev1
2
+
3
+* **Fix: fix Milvus stager to use correct exception**
4
5
## 1.2.12-dev0
6
7
* **Fix: confluence integration test to use new link and credential**
unstructured_ingest/__version__.py
@@ -1 +1 @@
-__version__ = "1.2.12-dev0" # pragma: no cover
+__version__ = "1.2.12-dev1" # pragma: no cover
unstructured_ingest/processes/connectors/milvus.py
@@ -10,7 +10,6 @@
10
from unstructured_ingest.error import (
11
DestinationConnectionError,
12
KeyError,
13
- ValueError,
14
WriteError,
15
)
16
from unstructured_ingest.interfaces import (
0 commit comments