From 4011e466742b5a81ac2845fbc7bf34bf445b1374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 18:51:20 +0000 Subject: [PATCH] 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) to permit the latest version. Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.13.4) Updates `openai` to 2.36.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...v2.36.0) Updates `fastapi` to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.11...0.136.1) Updates `tiktoken` to 0.12.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/tiktoken/compare/0.9.0...0.12.0) Updates `pydantic-core` to 2.46.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/commits/core-v2.46.4) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: openai dependency-version: 2.36.0 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: pydantic-core dependency-version: 2.46.4 dependency-type: direct:production dependency-group: core-dependencies - dependency-name: tiktoken dependency-version: 0.12.0 dependency-type: direct:production dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 8 ++++---- requirements.txt | 10 +++++----- setup.py | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 7a584dd..f44bf5c 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,11 +1,11 @@ -pydantic~=2.10.0 -openai~=1.66.0 +pydantic~=2.13.4 +openai~=2.36.0 tenacity~=9.0.0 pyyaml~=6.0.0 loguru~=0.7.0 numpy -fastapi~=0.115.0 -tiktoken~=0.9.0 +fastapi~=0.136.1 +tiktoken~=0.12.0 html2text~=2024.2.26 uvicorn~=0.34.0 unidiff~=0.7.5 diff --git a/requirements.txt b/requirements.txt index 95e5121..3edcb1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -pydantic~=2.10.6 -openai~=1.66.3 +pydantic~=2.13.4 +openai~=2.36.0 tenacity~=9.0.0 pyyaml~=6.0.2 loguru~=0.7.3 numpy datasets~=3.4.1 -fastapi~=0.115.11 -tiktoken~=0.9.0 +fastapi~=0.136.1 +tiktoken~=0.12.0 html2text~=2024.2.26 gymnasium~=1.1.1 @@ -20,7 +20,7 @@ baidusearch~=1.0.3 duckduckgo_search~=7.5.3 aiofiles~=24.1.0 -pydantic_core~=2.27.2 +pydantic_core~=2.46.4 colorama~=0.4.6 playwright~=1.51.0 diff --git a/setup.py b/setup.py index 4143ebc..e03e7a7 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ url="https://github.com/badhope/DATA-AI", packages=find_packages(), install_requires=[ - "pydantic~=2.10.4", - "openai>=1.58.1,<1.67.0", + "pydantic~=2.13.4", + "openai>=1.58.1,<2.37.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.47.0", "colorama~=0.4.6", ], classifiers=[