diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 6089b1e6..e7bb1f29 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.35", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.9.1", ] [tool.uv] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 6cbd92d0..eb85cbee 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.35", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.9.1", "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 6089b1e6..e7bb1f29 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.35", "intuned-browser==0.1.17", - "crawl4ai==0.8.6", + "crawl4ai==0.9.1", ] [tool.uv]