From 426652c102c03df0b976858f2c4ff6f9c3678fbd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Jun 2026 08:17:12 +0100 Subject: [PATCH] Pin pydantic-ai-slim to latest version 1.105.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9df5ad71..c3dc4269 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ playwright playwright-stealth pydantic -pydantic-ai-slim[openai,anthropic,google,groq,mistral,cohere,bedrock] +pydantic-ai-slim[cohere,google,anthropic,openai,mistral,bedrock,groq]==1.105.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