chore: update crawl4ai from 0.6.2 to 0.7.4#769
Merged
Merged
Conversation
Updates crawl4ai dependency to latest stable version with performance and stability improvements. Key improvements in 0.7.4: - LLM-powered table extraction with intelligent chunking - Fixed dispatcher bug for better concurrent processing - Resolved browser manager race conditions - Enhanced URL processing and proxy support All existing tests pass (18/18). No breaking changes identified. API remains backward compatible.⚠️ IMPORTANT: URL Resolution Bug Status A critical bug in v0.6.2 where ../../ paths only go up ONE directory instead of TWO has been documented (see crawler-test branch). Status in v0.7.4 is UNKNOWN - testing required before production deployment. Test script provided: python/test_url_resolution_fix.py Related issues fixed in v0.7.x: - #570: General relative URL handling - #1268: URLs after redirects - #1323: Trailing slash base URL handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
WalkthroughUpdated the crawl4ai dependency version from 0.6.2 to 0.7.4 in python/pyproject.toml for the server and all dependency groups. No other files or logic changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
leonj1
pushed a commit
to leonj1/Archon
that referenced
this pull request
Oct 13, 2025
chore: update crawl4ai from 0.6.2 to 0.7.4
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.
Summary
Updates Crawl4AI dependency from version 0.6.2 to 0.7.4, bringing performance improvements and stability fixes.
Key Improvements in v0.7.4
arun_many)Changes
crawl4ai==0.6.2→crawl4ai==0.7.4inpython/pyproject.tomlpython/uv.lockwith new dependenciesCRAWL4AI_UPDATE.mdTesting Status
✅ Completed:
Background
A critical bug was documented in v0.6.2 (see
crawler-testbranch):../../relative paths only go up ONE directory instead of TWO../../guide/page.htmlincorrectly becomes.../reference/guide/page.htmlStatus in v0.7.4
Required Testing Before Merge
cd python uv run python test_url_resolution_fix.pyThis test will:
../../guide/paginators.htmlresolves correctlyDo not merge until this test is run and results are documented.
Deployment Checklist
Related Issues
Crawl4AI issues fixed in v0.7.x:
References
Files Changed
python/pyproject.toml- Updated crawl4ai versionpython/uv.lock- Updated dependency lock fileCRAWL4AI_UPDATE.md- Comprehensive update documentationpython/test_url_resolution_fix.py- Test script for URL bug verificationSummary by CodeRabbit