Merge pull request #726 from boxxello/fix-pydantic-core-version-2.32.0_to_2.27.2

Fix pydantic_core version to 2.27.2 to resolve dependency conflict
This commit is contained in:
mannaandpoem 2025-03-17 00:07:59 +08:00 committed by GitHub
commit 114d0f8601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@ baidusearch~=1.0.3
duckduckgo_search~=7.5.1
aiofiles~=24.1.0
pydantic_core~=2.32.0
pydantic_core~=2.27.2
colorama~=0.4.6
playwright~=1.50.0
playwright~=1.50.0

View File

@ -31,7 +31,7 @@ setup(
"browser-use~=0.1.40",
"googlesearch-python~=1.3.0",
"aiofiles~=24.1.0",
"pydantic_core>=2.27.2,<2.33.0",
"pydantic_core>=2.27.2,<2.28.0",
"colorama~=0.4.6",
],
classifiers=[