Skip to content

Commit 5ee1f7e

Browse files
chore(deps): bump the core-dependencies group across 1 directory with 5 updates
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [fastapi](https://github.com/fastapi/fastapi), [tiktoken](https://github.com/openai/tiktoken) and [pydantic-core](https://github.com/pydantic/pydantic-core) to permit the latest version. Updates `pydantic` to 2.11.7 - [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.7) Updates `openai` to 1.99.6 - [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.99.6) Updates `fastapi` to 0.116.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.11...0.116.1) Updates `tiktoken` to 0.11.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.9.0...0.11.0) Updates `pydantic-core` to 2.38.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.38.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: openai dependency-version: 1.99.6 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: tiktoken dependency-version: 0.11.0 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: pydantic-core dependency-version: 2.38.0 dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac66e8f commit 5ee1f7e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pydantic~=2.10.6
2-
openai~=1.66.3
1+
pydantic~=2.11.7
2+
openai~=1.99.6
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
9-
tiktoken~=0.9.0
8+
fastapi~=0.116.1
9+
tiktoken~=0.11.0
1010

1111
html2text~=2024.2.26
1212
gymnasium~=1.1.1
@@ -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.38.0
2424
colorama~=0.4.6
2525
playwright~=1.51.0
2626

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
url="https://github.com/FoundationAgents/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.100.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.39.0",
3535
"colorama~=0.4.6",
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)