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 f333d7f commit 061462dCopy full SHA for 061462d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.16.24-dev3
+## 0.16.24-dev4
2
3
### Enhancements
4
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.16.24-dev3" # pragma: no cover
+__version__ = "0.16.24-dev4" # pragma: no cover
unstructured/file_utils/model.py
@@ -292,7 +292,7 @@ def partitioner_shortname(self) -> str | None:
292
NDJSON = (
293
"ndjson",
294
295
- ["ndjson"],
+ cast(list[str], []),
296
None,
297
[".ndjson"],
298
"application/x-ndjson",
0 commit comments