From 1d6fd918088d90e9c004fecec0ffff866c244d7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:17:00 +0000 Subject: [PATCH] Update dependency crawl4ai to v0.8.9 --- python-examples/crawl4ai/pyproject.toml | 2 +- python-examples/firecrawl/pyproject.toml | 2 +- python-examples/starter-crawl4ai/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]