chore(deps): update pydantic-core requirement
Updates the requirements on [pydantic-core](https://github.com/pydantic/pydantic-core) to permit the latest version. Updates `pydantic-core` to 2.32.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.32.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
05e41a86ed
commit
3fa5fae7ec
@ -20,6 +20,6 @@ baidusearch~=1.0.3
|
|||||||
duckduckgo_search~=7.5.1
|
duckduckgo_search~=7.5.1
|
||||||
|
|
||||||
aiofiles~=24.1.0
|
aiofiles~=24.1.0
|
||||||
pydantic_core~=2.27.2
|
pydantic_core~=2.32.0
|
||||||
colorama~=0.4.6
|
colorama~=0.4.6
|
||||||
playwright~=1.50.0
|
playwright~=1.50.0
|
||||||
|
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ setup(
|
|||||||
"browser-use~=0.1.40",
|
"browser-use~=0.1.40",
|
||||||
"googlesearch-python~=1.3.0",
|
"googlesearch-python~=1.3.0",
|
||||||
"aiofiles~=24.1.0",
|
"aiofiles~=24.1.0",
|
||||||
"pydantic_core>=2.27.2,<2.28.0",
|
"pydantic_core>=2.27.2,<2.33.0",
|
||||||
"colorama~=0.4.6",
|
"colorama~=0.4.6",
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user