diff --git a/crawl4ai/__init__.py b/crawl4ai/__init__.py index 04da30f..f349fb9 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 7d21f5a..01aafc9 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