From 59e08389b01ecb22f56e9689a1ceb00c6fd3e043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 01:26:28 +0000 Subject: [PATCH] build(deps): update pydantic-ai requirement from ==0.2.* to ==1.39.* Updates the requirements on [pydantic-ai](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/v0.2.0...v1.39.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.39.0 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 166ea7284..8cb7f15e9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -50,7 +50,7 @@ pdf2image tiktoken==0.12.0 # https://github.com/openai/tiktoken openai==1.102.0 # https://github.com/openai/openai-python pytesseract -pydantic-ai==0.2.* +pydantic-ai==1.39.* spacy pdfplumber>=0.10.0 # https://github.com/jsvine/pdfplumber - PDF token extraction shapely>=2.0.0 # https://github.com/shapely/shapely - spatial operations for bbox intersection