Change8

Migrating to Unstructured 0.17.11-dev1

Version 0.17.11-dev1 introduces 1 breaking change. This guide details how to update your code.

Released: 6/13/2025

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

stage_for_label_studiosort_page_elementpdfminer_utils.py

Breaking Changes

Issue #1

Dropped support for Python 3.9 due to dependency conflicts. Users must upgrade to Python 3.10 or newer.

Migration Steps

  1. 1
    If you are using Python 3.9, you must upgrade your environment to Python 3.10 or higher to continue using this version.

Release Summary

This release drops support for Python 3.9 due to dependency conflicts and includes numerous bug fixes related to PDF parsing, stability, and security vulnerabilities. It also deprecates the `stage_for_label_studio` utility.

Need More Details?

View the full release notes and all changes for Unstructured 0.17.11-dev1.

View Full Changelog