From 9c430ac1bc2fb39d9fda89a42180a555f7c2e6f6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 20 May 2026 04:18:32 +0100 Subject: [PATCH] Pin pydantic-ai-slim to latest version 1.99.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9df5ad71..418bcadc 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[bedrock,groq,anthropic,openai,google,cohere,mistral]==1.99.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