Skip to content

Commit 92ef7cc

Browse files
chore(deps): bump the core-dependencies group with 4 updates
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [fastapi](https://github.com/fastapi/fastapi) and [pydantic-core](https://github.com/pydantic/pydantic-core) to permit the latest version. Updates `pydantic` to 2.11.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.1) Updates `openai` to 1.69.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.66.3...v1.69.0) Updates `fastapi` to 0.115.12 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.11...0.115.12) Updates `pydantic-core` to 2.33.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.33.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production dependency-group: core-dependencies - dependency-name: openai dependency-type: direct:production dependency-group: core-dependencies - dependency-name: fastapi dependency-type: direct:production dependency-group: core-dependencies - dependency-name: pydantic-core dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a12b67 commit 92ef7cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pydantic~=2.10.6
2-
openai~=1.66.3
1+
pydantic~=2.11.3
2+
openai~=1.73.0
33
tenacity~=9.0.0
44
pyyaml~=6.0.2
55
loguru~=0.7.3
66
numpy
77
datasets~=3.4.1
8-
fastapi~=0.115.11
8+
fastapi~=0.115.12
99
tiktoken~=0.9.0
1010

1111
html2text~=2024.2.26
@@ -20,7 +20,7 @@ baidusearch~=1.0.3
2020
duckduckgo_search~=7.5.3
2121

2222
aiofiles~=24.1.0
23-
pydantic_core~=2.27.2
23+
pydantic_core~=2.33.1
2424
colorama~=0.4.6
2525
playwright~=1.51.0
2626

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
url="https://github.com/mannaandpoem/OpenManus",
1616
packages=find_packages(),
1717
install_requires=[
18-
"pydantic~=2.10.4",
19-
"openai>=1.58.1,<1.67.0",
18+
"pydantic>=2.10.4,<2.12.0",
19+
"openai>=1.58.1,<1.74.0",
2020
"tenacity~=9.0.0",
2121
"pyyaml~=6.0.2",
2222
"loguru~=0.7.3",
@@ -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.28.0",
34+
"pydantic_core>=2.27.2,<2.34.0",
3535
"colorama~=0.4.6",
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)