From bcbaa87f35a0148761d3f7e3ba2827991d43c4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 16:33:17 +0000 Subject: [PATCH] chore(deps): update pydantic-ai-slim requirement Updates the requirements on [pydantic-ai-slim](https://github.com/pydantic/pydantic-ai) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](https://github.com/pydantic/pydantic-ai/compare/v1.107.5...v1.107.6) --- updated-dependencies: - dependency-name: pydantic-ai-slim dependency-version: 1.107.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7f1aa3b19..6acec5e4d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -56,7 +56,7 @@ openai>=3.16.2,<4 # https://github.com/openai/openai-python (pydantic-ai 1.x re # one of those provider SDKs disappearing from PyPI — as ``mistralai`` did # on 2026-05-12, where ``pypi.org/pypi/mistralai/json`` started 404ing — # breaks the entire install chain. Narrow extras = stable resolves. -pydantic-ai-slim[openai,anthropic,google,mcp]>=1.107.5,<2 # see issue #1451 before bumping the upper bound +pydantic-ai-slim[openai,anthropic,google,mcp]>=1.107.6,<2 # see issue #1451 before bumping the upper bound spacy pdfplumber>=0.11.10 # https://github.com/jsvine/pdfplumber - PDF token extraction shapely>=2.1.2 # https://github.com/shapely/shapely - spatial operations for bbox intersection