Skip to content

Commit 3f0724c

Browse files
Bump the core-dependencies group with 3 updates
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python) and [pydantic-core](https://github.com/pydantic/pydantic-core) to permit the latest version. Updates `pydantic` to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.4...v2.10.6) Updates `openai` to 1.66.3 - [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.58.1...v1.66.3) Updates `pydantic-core` to 2.32.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.27.2...v2.32.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: pydantic-core dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86399b9 commit 3f0724c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pydantic~=2.10.4
2-
openai~=1.58.1
1+
pydantic~=2.10.6
2+
openai~=1.66.3
33
tenacity~=9.0.0
44
pyyaml~=6.0.2
55
loguru~=0.7.3
@@ -20,6 +20,6 @@ baidusearch~=1.0.3
2020
duckduckgo_search~=7.5.1
2121

2222
aiofiles~=24.1.0
23-
pydantic_core~=2.27.2
23+
pydantic_core~=2.32.0
2424
colorama~=0.4.6
2525
playwright~=1.49.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=find_packages(),
1717
install_requires=[
1818
"pydantic~=2.10.4",
19-
"openai~=1.58.1",
19+
"openai>=1.58.1,<1.67.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",
34+
"pydantic_core>=2.27.2,<2.33.0",
3535
"colorama~=0.4.6",
3636
],
3737
classifiers=[

0 commit comments

Comments
 (0)