diff --git a/pyproject.toml b/pyproject.toml index 7094a59..ab3da92 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.9.1", + "crawl4ai>=0.9.2", "camoufox[geoip]>=0.5.4", "rapidfuzz>=3.6.0", "httpx>=0.27.0", diff --git a/uv.lock b/uv.lock index 1f24dcc..1977140 100644 --- a/uv.lock +++ b/uv.lock @@ -584,7 +584,7 @@ wheels = [ [[package]] name = "crawl4ai" -version = "0.9.1" +version = "0.9.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiofiles" }, @@ -621,9 +621,9 @@ dependencies = [ { name = "unclecode-litellm" }, { name = "xxhash" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ca/95/a307119201f09a5136be1e394282ee4d4d6e3816cbc3c73f370aaa4b5e56/crawl4ai-0.9.1.tar.gz", hash = "sha256:d04251f13ba180107324bb7bbe12029a63d95cc50248f05085743739f38404fc", size = 575249, upload-time = "2026-07-08T14:29:15.247Z" } +sdist = { url = "https://files.pythonhosted.org/packages/fc/7f/b32541be7b0a4d69574054a07d05c3c36aa1a935914a661b26099db34d4a/crawl4ai-0.9.2.tar.gz", hash = "sha256:58dbfa05a82c1cfa667a20383a1d0f7a42187304da5e4d0661a6f59b0ed6a406", size = 577156, upload-time = "2026-07-15T08:27:24.192Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/18/61/fd08ea5870bb7d5b3e028b784fb2e18343cc20b9aabdd4771df35c1a1642/crawl4ai-0.9.1-py3-none-any.whl", hash = "sha256:e154c3219d0cd46b4e06771a725bf35e6c31b19a5c2981afbcdba4574bd0a9dc", size = 479911, upload-time = "2026-07-08T14:29:14.038Z" }, + { url = "https://files.pythonhosted.org/packages/e0/fe/84960a1747d64d12b4a0d6d9954ee919e44a92dd62e64152552c4e5bf437/crawl4ai-0.9.2-py3-none-any.whl", hash = "sha256:4efb2d0688aa3d66b48721a9031f7257bd2acb52b78d0a89d072741ac685f3f8", size = 480585, upload-time = "2026-07-15T08:27:22.834Z" }, ] [[package]] @@ -2828,7 +2828,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "camoufox", extras = ["geoip"], specifier = ">=0.5.4" }, - { name = "crawl4ai", specifier = ">=0.9.1" }, + { name = "crawl4ai", specifier = ">=0.9.2" }, { name = "curl-cffi", specifier = ">=0.15.0" }, { name = "duckdb", specifier = ">=1.5.4" }, { name = "fastapi", specifier = ">=0.140.0" },