We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab27a5 commit 72391b4Copy full SHA for 72391b4
beanhub_import/processor.py
@@ -604,7 +604,7 @@ def process_imports(
604
else None
605
)
606
if extractor_name is None:
607
- with filepath.open("rt") as fo:
+ with filepath.open("rb") as fo:
608
extractor_cls = detect_extractor(fo)
609
if extractor_cls is None:
610
raise ValueError(
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"pydantic>= 2.0.0, <3.0.0",
12
"pyyaml>=6.0.1,<7",
13
"jinja2>=3.1.5,<4",
14
- "beanhub-extract>= 0.1.0, <0.2.0",
+ "beanhub-extract>= 0.1.7, <0.2.0",
15
"beancount-black>= 1.0.2, < 1.1.0",
16
"beancount-parser>= 1.2.3, < 1.3.0",
17
]
0 commit comments