We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1c020 commit 0759503Copy full SHA for 0759503
crawl4ai/__init__.py
@@ -3,7 +3,7 @@
3
from .async_webcrawler import AsyncWebCrawler
4
from .models import CrawlResult
5
6
-__version__ = "0.3.2"
+__version__ = "0.3.3"
7
8
__all__ = [
9
"AsyncWebCrawler",
requirements.txt
@@ -2,7 +2,7 @@ aiosqlite==0.20.0
2
html2text==2024.2.26
lxml==5.3.0
litellm==1.48.0
-numpy==2.1.1
+numpy>=1.26.0,<2.1.1
pillow==10.4.0
playwright==1.47.0
python-dotenv==1.0.1
0 commit comments