Skip to content

Commit 061462d

Browse files
authored
fix/drop ndjson extra dep (#3944)
1 parent f333d7f commit 061462d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.16.24-dev3
1+
## 0.16.24-dev4
22

33
### Enhancements
44

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.24-dev3" # pragma: no cover
1+
__version__ = "0.16.24-dev4" # pragma: no cover

Diff for: unstructured/file_utils/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def partitioner_shortname(self) -> str | None:
292292
NDJSON = (
293293
"ndjson",
294294
"ndjson",
295-
["ndjson"],
295+
cast(list[str], []),
296296
None,
297297
[".ndjson"],
298298
"application/x-ndjson",

0 commit comments

Comments
 (0)