From aab6ea022e76444effde0cfa3a890f5b7cc75bb3 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Fri, 18 Oct 2024 12:51:23 +0800 Subject: [PATCH] Update requirements and switch to 0.3.8 --- crawl4ai/__init__.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crawl4ai/__init__.py b/crawl4ai/__init__.py index 04da30f8..f349fb94 100644 --- a/crawl4ai/__init__.py +++ b/crawl4ai/__init__.py @@ -3,7 +3,7 @@ from .async_webcrawler import AsyncWebCrawler from .models import CrawlResult -__version__ = "0.3.6" +__version__ = "0.3.8" __all__ = [ "AsyncWebCrawler", diff --git a/requirements.txt b/requirements.txt index 7d21f5ae..01aafc91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pillow==10.4.0 playwright==1.47.0 python-dotenv==1.0.1 requests>=2.26.0,<2.32.3 -beautifulsoup4==4.12.3 \ No newline at end of file +beautifulsoup4==4.12.3 +playwright_stealth==1.0.6 \ No newline at end of file