Skip to content

Commit 691e9a3

Browse files
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.2 - [Release notes](https://github.com/Clarifai/clarifai-python-grpc/releases) - [Commits](Clarifai/clarifai-python-grpc@12.4.0...12.4.2) 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](pydantic/pydantic@core-v2.46.3...core-v2.46.4) Updates `openai` to 2.37.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.34.0...v2.37.0) Updates `ruff` from 0.15.12 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.12...0.15.13) Updates `pypdf` from 6.10.2 to 6.12.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.10.2...6.12.0) 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/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@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: pydantic-core dependency-version: 2.46.4 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: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch 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: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9be1670 commit 691e9a3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pre-commit==4.3.0
2-
ruff==0.15.12
2+
ruff==0.15.13

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
clarifai-grpc>=12.4.0
1+
clarifai-grpc>=12.4.2
22
clarifai-protocol>=0.0.62,<0.1.0
33
numpy>=2.0.2
44
tqdm>=4.67.3
@@ -13,10 +13,10 @@ requests>=2.32.5
1313
aiohttp>=3.13.5
1414
psutil>=7.2.2
1515
pygments>=2.20.0
16-
pydantic_core>=2.46.3
16+
pydantic_core>=2.46.4
1717
packaging>=26.2
1818
tenacity>=9.1.2
1919
httpx>=0.28.1
20-
openai>=2.34.0
20+
openai>=2.37.0
2121
huggingface_hub>=1.8.0
2222
hf-transfer>=0.1.9

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ pytest-asyncio
55
py
66
llama-index-core==0.14.16
77
huggingface_hub[hf_transfer]>=1.8.0
8-
pypdf==6.10.2
8+
pypdf==6.12.0
99
seaborn==0.13.2
1010
pycocotools>=2.0.11
1111
rich>=15.0.0
12-
ruff>=0.15.12
13-
pydantic==2.13.3
12+
ruff>=0.15.13
13+
pydantic==2.13.4

0 commit comments

Comments
 (0)