Skip to content

fix: resolve Pillow dependency conflict with crawl4ai#1367

Open
Caldalis wants to merge 1 commit into
FoundationAgents:mainfrom
Caldalis:fix/pillow-crawl4ai-dependency-conflict
Open

fix: resolve Pillow dependency conflict with crawl4ai#1367
Caldalis wants to merge 1 commit into
FoundationAgents:mainfrom
Caldalis:fix/pillow-crawl4ai-dependency-conflict

Conversation

@Caldalis

Copy link
Copy Markdown

Summary

Fixes dependency resolution failure when installing from requirements.txt with uv.

crawl4ai~=0.6.3 requires pillow>=10.4,<11, but this repository pinned Pillow to ~=11.1.0, making the dependency set unsatisfiable.

Changes

  • Relaxed the Pillow requirement from pillow~=11.1.0 to pillow>=10.4,<11.0.

Validation

  • Ran uv pip compile requirements.txt
  • Confirmed dependency resolution succeeds and selects pillow==10.4.0

Notes

This keeps Pillow within the range required by crawl4ai==0.6.3 while still allowing compatible 10.x patch releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant