From 284a5931ba3289b1b20e3d464d8409167407d612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:53:03 +0000 Subject: [PATCH] Update dependency crawl4ai to v0.9.0 --- 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..d538b8b0 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.9.0", ] [tool.uv] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index d407b7ee..529d132c 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.9.0", "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..d538b8b0 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.9.0", ] [tool.uv]