- Add pydoc configurations for Docusaurus (#2411)
- Change pytest command (#2475)
- Remove black (#1985)
- Standardize readmes - part 2 (#2205)
- Remove Readme API CI workflow and configs (#2573)
- Make fmt command more forgiving (#2671)
- [breaking] Unstructured - drop Python 3.9 and use X|Y typing (#2732)
- Enhancement: Adopt PEP 585 type hinting (part 5) (#2528)
- Fix Unstructured types + add py.typed (#1959)
- Align core-integrations Hatch scripts (#1898)
- Update md files for new hatch scripts (#1911)
- Update Unstructured example (#1656)
- Review testing workflows (#1541)
- Use Haystack logging across integrations (#1484)
- Pinning
unstructuredto lowest working versions (#1841)
- Lints in
unstructured-haystack(#996)
- Do not retry tests in
hatch run testcommand (#954)
- Adopt uv as installer (#1142)
- Update ruff linting scripts and settings (#1105)
- Docs: update links to Unstructured docs (#1073)
- Fix: Unstructured - pin client version (#1416)
- Generate unstructured API docs (#350)
- (unstructured) Add element index as metadata (#382)
- Fix order of API docs (#447)
- Update category slug (#442)
- Small consistency improvements (#536)
- Disable-class-def (#556)
- Retry tests to reduce flakyness (#836)
- Update ruff invocation to include check parameter (#853)
- Replace token api str with Secret (#449)
- Review docstrings (#531)
- Add missing from_dict method (#532)
- Remove references to Python 3.7 (#601)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Chore: Drop support for Python 3.8 for Unstructured integration (#787)
- Ci: install
pytest-rerunfailureswhere needed; add retry config totest-covscript (#845) - Add
psutildependency to Unstructured integration (#854)
- Unpin unstructured (#261)
- Fix metadata order mixed up (#336)
- Fix license headers
- Fix project URLs (#96)
- Use
hatch_vcsto manage integrations versioning (#103)
- Pin unstructured api version (#105)
- Reorganize repository (#62)
- Update import paths (#64)
- Optimize API key reading (#162)
- Mount unstructured in haystack_integrations and refactor the structure of the project (#221)
- UnstructuredFileConverter meta field (#242)