From 1088dac21ae20fc48b51049ebbe9b622d3f129df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:05:23 +0000 Subject: [PATCH] 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.4 - [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.6...v2.11.4) Updates `openai` to 1.77.0 - [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.77.0) 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.34.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.34.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: openai dependency-version: 1.77.0 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: fastapi dependency-version: 0.115.12 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: pydantic-core dependency-version: 2.34.1 dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9bac8a2..9744d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -pydantic~=2.10.6 -openai~=1.66.3 +pydantic~=2.11.4 +openai~=1.77.0 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,7 +20,7 @@ baidusearch~=1.0.3 duckduckgo_search~=7.5.1 aiofiles~=24.1.0 -pydantic_core~=2.27.2 +pydantic_core~=2.34.1 colorama~=0.4.6 playwright~=1.50.0