Merge pull request #681 from mannaandpoem/dependabot/pip/core-dependencies-a8728a96da
Bump the core-dependencies group with 3 updates
This commit is contained in:
commit
850718c0b0
@ -1,5 +1,5 @@
|
||||
pydantic~=2.10.4
|
||||
openai~=1.58.1
|
||||
pydantic~=2.10.6
|
||||
openai~=1.66.3
|
||||
tenacity~=9.0.0
|
||||
pyyaml~=6.0.2
|
||||
loguru~=0.7.3
|
||||
@ -20,6 +20,6 @@ baidusearch~=1.0.3
|
||||
duckduckgo_search~=7.5.1
|
||||
|
||||
aiofiles~=24.1.0
|
||||
pydantic_core~=2.27.2
|
||||
pydantic_core~=2.32.0
|
||||
colorama~=0.4.6
|
||||
playwright~=1.49.1
|
||||
|
4
setup.py
4
setup.py
@ -16,7 +16,7 @@ setup(
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"pydantic~=2.10.4",
|
||||
"openai~=1.58.1",
|
||||
"openai>=1.58.1,<1.67.0",
|
||||
"tenacity~=9.0.0",
|
||||
"pyyaml~=6.0.2",
|
||||
"loguru~=0.7.3",
|
||||
@ -31,7 +31,7 @@ setup(
|
||||
"browser-use~=0.1.40",
|
||||
"googlesearch-python~=1.3.0",
|
||||
"aiofiles~=24.1.0",
|
||||
"pydantic_core~=2.27.2",
|
||||
"pydantic_core>=2.27.2,<2.33.0",
|
||||
"colorama~=0.4.6",
|
||||
],
|
||||
classifiers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user