Merged
Conversation
Updates requirements to address security vulnerabilities and bring in latest updates from unstructured package. Major dependency updates include: - unstructured: 0.17.2 -> 0.18.18 - torch: 2.7.1 -> 2.9.0 - transformers: 4.52.4 -> 4.57.1 - fastapi: 0.115.12 -> 0.121.0 - cryptography: 45.0.4 -> 46.0.3 - pillow: 11.3.0 -> 12.0.0 - scipy: 1.15.3 -> 1.16.3 - networkx: 3.4.2 -> 3.5 Also improves Makefile pip-compile workflow for better requirement management. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
The recent dependency updates (torch 2.7.1 → 2.9.0, transformers 4.52.4 → 4.57.1, etc.) increased the Docker image build size, causing the test_dockerfile job to fail with "No space left on device" errors. This adds the same disk cleanup step that's already used in the docker-publish workflow, freeing up ~17GB by removing dotnet, ghc, and boost which aren't needed for our builds. Resolves the "ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device" error in CI.
william-u10d
approved these changes
Nov 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch updates multiple dependencies to address open CVE (Common Vulnerabilities and Exposures) security vulnerabilities and brings the project up to date with the latest unstructured package release.
Key Changes:
Additional improvements: