From c526e9995d90bb818a7cbbccff191f7617198339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 12:40:29 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 6 updates Updates the requirements on [clarifai-grpc](https://github.com/Clarifai/clarifai-python-grpc), [pydantic-core](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [ruff](https://github.com/astral-sh/ruff), [pypdf](https://github.com/py-pdf/pypdf) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `clarifai-grpc` to 12.4.4 - [Release notes](https://github.com/Clarifai/clarifai-python-grpc/releases) - [Commits](https://github.com/Clarifai/clarifai-python-grpc/compare/12.4.0...12.4.4) 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/compare/core-v2.46.3...core-v2.46.4) Updates `openai` to 2.38.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/v2.34.0...v2.38.0) Updates `ruff` from 0.15.12 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.14) Updates `pypdf` from 6.10.2 to 6.12.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.10.2...6.12.2) Updates `pydantic` from 2.13.3 to 2.13.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.13.3...v2.13.4) --- updated-dependencies: - dependency-name: clarifai-grpc dependency-version: 12.4.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.37.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 6 +++--- tests/requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8ee71017..4967672e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ pre-commit==4.3.0 -ruff==0.15.12 +ruff==0.15.14 diff --git a/requirements.txt b/requirements.txt index b6e9177a..cfde8e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -clarifai-grpc>=12.4.0 +clarifai-grpc>=12.4.4 clarifai-protocol>=0.0.62,<0.1.0 numpy>=2.0.2 tqdm>=4.67.3 @@ -13,10 +13,10 @@ requests>=2.32.5 aiohttp>=3.13.5 psutil>=7.2.2 pygments>=2.20.0 -pydantic_core>=2.46.3 +pydantic_core>=2.46.4 packaging>=26.2 tenacity>=9.1.2 httpx>=0.28.1 -openai>=2.34.0 +openai>=2.38.0 huggingface_hub>=1.8.0 hf-transfer>=0.1.9 diff --git a/tests/requirements.txt b/tests/requirements.txt index b5615519..c46752ae 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,9 +5,9 @@ pytest-asyncio py llama-index-core==0.14.16 huggingface_hub[hf_transfer]>=1.8.0 -pypdf==6.10.2 +pypdf==6.12.2 seaborn==0.13.2 pycocotools>=2.0.11 rich>=15.0.0 -ruff>=0.15.12 -pydantic==2.13.3 +ruff>=0.15.14 +pydantic==2.13.4