diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 3fe017a6..6c409704 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.8.9", ] [tool.uv] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index d407b7ee..43d6c27f 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.8.9", "pytz>=2024.1", "tavily-python>=0.5.0", ] diff --git a/python-examples/starter-crawl4ai/pyproject.toml b/python-examples/starter-crawl4ai/pyproject.toml index 3fe017a6..6c409704 100644 --- a/python-examples/starter-crawl4ai/pyproject.toml +++ b/python-examples/starter-crawl4ai/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.8.9", ] [tool.uv]