From 5a03d1a9e7b44ba4771c6cdac2d26a496a1391e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 06:07:33 +0000 Subject: [PATCH] Bump the core-dependencies group with 3 updates Updates the requirements on [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 `openai` to 1.68.2 - [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.66.3...v1.68.2) Updates `fastapi` to 0.115.12 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.11...0.115.12) Updates `pydantic-core` to 2.33.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.33.0) --- updated-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] --- requirements.txt | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2dcaabd..05d0132 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ pydantic~=2.10.6 -openai~=1.66.3 +openai~=1.68.2 tenacity~=9.0.0 pyyaml~=6.0.2 loguru~=0.7.3 numpy datasets~=3.2.0 -fastapi~=0.115.11 +fastapi~=0.115.12 tiktoken~=0.9.0 html2text~=2024.2.26 @@ -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.33.0 colorama~=0.4.6 playwright~=1.50.0 diff --git a/setup.py b/setup.py index eb36dac..3ccb731 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(), install_requires=[ "pydantic~=2.10.4", - "openai>=1.58.1,<1.67.0", + "openai>=1.58.1,<1.69.0", "tenacity~=9.0.0", "pyyaml~=6.0.2", "loguru~=0.7.3", @@ -31,7 +31,7 @@ "browser-use~=0.1.40", "googlesearch-python~=1.3.0", "aiofiles~=24.1.0", - "pydantic_core>=2.27.2,<2.28.0", + "pydantic_core>=2.27.2,<2.34.0", "colorama~=0.4.6", ], classifiers=[