We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4cedd commit ea72591Copy full SHA for ea72591
requirements.txt
@@ -20,6 +20,6 @@ baidusearch~=1.0.3
20
duckduckgo_search~=7.5.1
21
22
aiofiles~=24.1.0
23
-pydantic_core~=2.32.0
+pydantic_core~=2.27.2
24
colorama~=0.4.6
25
-playwright~=1.50.0
+playwright~=1.50.0
setup.py
@@ -31,7 +31,7 @@
31
"browser-use~=0.1.40",
32
"googlesearch-python~=1.3.0",
33
"aiofiles~=24.1.0",
34
- "pydantic_core>=2.27.2,<2.33.0",
+ "pydantic_core>=2.27.2,<2.28.0",
35
"colorama~=0.4.6",
36
],
37
classifiers=[
0 commit comments