diff --git a/pyproject.toml b/pyproject.toml index b1e410c..255b19f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "requests>=2.34.2", "lxml>=6.1.1", "curl-cffi>=0.15.0", - "crawl4ai>=0.4.0", + "crawl4ai>=0.9.0", "camoufox[geoip]>=0.4.11", "rapidfuzz>=3.6.0", "httpx>=0.27.0", diff --git a/uv.lock b/uv.lock index 86c0d51..cfb2032 100644 --- a/uv.lock +++ b/uv.lock @@ -561,7 +561,7 @@ wheels = [ [[package]] name = "crawl4ai" -version = "0.8.6" +version = "0.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiofiles" }, @@ -598,9 +598,9 @@ dependencies = [ { name = "unclecode-litellm" }, { name = "xxhash" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/07/96/7525bd2e1f8f2f2924f350b0432481d673c3fb43e4d60f7d151e4137b8a6/crawl4ai-0.8.6.tar.gz", hash = "sha256:2a2afab05ae021435fe025cfc5732f5dcebcefd7ff9a529e41050642ee954316", size = 578962, upload-time = "2026-03-24T15:07:51.706Z" } +sdist = { url = "https://files.pythonhosted.org/packages/52/37/9b288598bb0049b918eeb00f029592c748465c8a3e819461e95d8b5f9dab/crawl4ai-0.9.0.tar.gz", hash = "sha256:00c1c3516d9ca24a9b5004523ae67974ace8a5baadc6e92e295afca73f077153", size = 591734, upload-time = "2026-06-18T09:31:08.674Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/76/e2/aa851e2f0248f0b19c63b0fe11f6bdc2ca64900924d399af368dc28f2a20/crawl4ai-0.8.6-py3-none-any.whl", hash = "sha256:57e127e8113640d8358705b231111d3cd9cc4ab05d44705e724cebc4a383e09c", size = 501931, upload-time = "2026-03-24T15:07:50.121Z" }, + { url = "https://files.pythonhosted.org/packages/c9/19/2d634f26d9ad1281874c503c1043174042fef9af631dc10798f4f22c1544/crawl4ai-0.9.0-py3-none-any.whl", hash = "sha256:1296072d9cd92e79144c6823ed6f27ab3966f16ce44e79fcbe86943b3435c366", size = 499084, upload-time = "2026-06-18T09:31:07.27Z" }, ] [[package]] @@ -2756,7 +2756,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "camoufox", extras = ["geoip"], specifier = ">=0.4.11" }, - { name = "crawl4ai", specifier = ">=0.4.0" }, + { name = "crawl4ai", specifier = ">=0.9.0" }, { name = "curl-cffi", specifier = ">=0.15.0" }, { name = "duckdb", specifier = ">=1.5.3" }, { name = "fastapi", specifier = ">=0.121.2" },