From 9987dbf7b31d752216c47cc63805a50875908aa6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 4 Jul 2026 02:19:27 +0100 Subject: [PATCH] Pin pydantic-ai-slim to latest version 2.5.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a38aac743..4b62a08a1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ playwright>=1.59 playwright-stealth pydantic -pydantic-ai-slim[openai,anthropic,google,groq,mistral,cohere,bedrock] +pydantic-ai-slim[mistral,groq,bedrock,openai,cohere,anthropic,google]==2.5.0 # pydantic-ai 1.96 imports `from griffe import ...`, but griffe 2.x split into an # empty `griffelib` meta-package and reorganized symbols. Pin until upstream fixes. griffe>=1,<2