Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ingest-test-fixtures-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
add-paths: |
test_unstructured_ingest/expected-structured-output
test_unstructured_ingest/expected-structured-output-html
test_unstructured_ingest/expected-structured-output-markdown
test_unstructured_ingest/metrics
commit-message: "Update ingest test fixtures"
branch: ${{ env.BRANCH_NAME }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

## 0.22.18

### Fixes
- Make `ingest-test-fixtures-update-pr` CI job also update the markdown versions of the fixtures.

### Enhancements
- **Add page number support to v1 HTML parser**: The v1 HTML parser now reads `data-page-number` attributes from ancestor elements and includes the page number in element metadata, consistent with the v2 parser behavior.

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ required-environments = [
"sys_platform == 'win32'",
]
constraint-dependencies = [
# Temporary pin for Azure public-container ingest regression in adlfs 2026.4.0 stack
"adlfs==2026.2.0",
# deltalake 1.3.0 is missing Linux ARM64 wheels, causing Docker ARM64 builds to fail
"deltalake<1.3.0",
"fonttools>=4.60.2",
Expand Down
7 changes: 4 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading