From 38e5c0bd1a3f5fa0898c9388e4ac36a53fbf07ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:06:12 +0000 Subject: [PATCH] Update pydantic-ai requirement from ==0.2.* to ==1.9.* 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.9.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.9.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 14b4d4f2d..7dfa6233f 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.9.* spacy # Data Processing Tools