From 5f021a36e5ff079ab67f812d81c0c519549a9ec0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 19 May 2026 02:17:12 +0100 Subject: [PATCH] Pin pydantic-ai-slim to latest version 1.98.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9df5ad71..ce367656 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,openai,bedrock,groq,anthropic,mistral]==1.98.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