Skip to content

Commit ea72591

Browse files
committed
Fix pydantic_core version to 2.27.2 to resolve dependency conflict
1 parent 0d4cedd commit ea72591

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ baidusearch~=1.0.3
2020
duckduckgo_search~=7.5.1
2121

2222
aiofiles~=24.1.0
23-
pydantic_core~=2.32.0
23+
pydantic_core~=2.27.2
2424
colorama~=0.4.6
25-
playwright~=1.50.0
25+
playwright~=1.50.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"browser-use~=0.1.40",
3232
"googlesearch-python~=1.3.0",
3333
"aiofiles~=24.1.0",
34-
"pydantic_core>=2.27.2,<2.33.0",
34+
"pydantic_core>=2.27.2,<2.28.0",
3535
"colorama~=0.4.6",
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)