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](https://github.com/pydantic/pydantic/compare/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](https://github.com/openai/openai-python/compare/v1.58.1...v1.66.3)

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
  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>
This commit is contained in:
dependabot[bot] 2025-03-16 05:02:36 +00:00 committed by GitHub
parent 24bae66333
commit 31133bccbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
pydantic~=2.10.4 pydantic~=2.10.6
openai~=1.58.1 openai~=1.66.3
tenacity~=9.0.0 tenacity~=9.0.0
pyyaml~=6.0.2 pyyaml~=6.0.2
loguru~=0.7.3 loguru~=0.7.3
@ -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.49.1 playwright~=1.49.1

View File

@ -16,7 +16,7 @@ setup(
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"pydantic~=2.10.4", "pydantic~=2.10.4",
"openai~=1.58.1", "openai>=1.58.1,<1.67.0",
"tenacity~=9.0.0", "tenacity~=9.0.0",
"pyyaml~=6.0.2", "pyyaml~=6.0.2",
"loguru~=0.7.3", "loguru~=0.7.3",
@ -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", "pydantic_core>=2.27.2,<2.33.0",
"colorama~=0.4.6", "colorama~=0.4.6",
], ],
classifiers=[ classifiers=[