From af1f4c10add3e169b63ed265850368122cd95fdc Mon Sep 17 00:00:00 2001 From: Shashi-Stackone Date: Tue, 28 Jul 2026 15:23:37 +0100 Subject: [PATCH 1/2] fix(deps): cap pydantic-ai in examples extra below 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf9956..486cc3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ examples = [ "langchain-openai>=1.1.14", "langgraph>=1.1.6", "openai>=2.32.0", - "pydantic-ai>=1.83.0", + "pydantic-ai>=1.83.0,<2.0.0", "python-dotenv>=1.0.1", ] From 1a5a101db489508e52340691d6aee0f3ca9860ec Mon Sep 17 00:00:00 2001 From: Shashi-Stackone Date: Tue, 28 Jul 2026 15:29:35 +0100 Subject: [PATCH 2/2] fix(deps): update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index ceec35e..1b50380 100644 --- a/uv.lock +++ b/uv.lock @@ -4815,7 +4815,7 @@ requires-dist = [ { name = "numpy", specifier = ">=1.24.0" }, { name = "openai", marker = "extra == 'examples'", specifier = ">=2.32.0" }, { name = "pydantic", specifier = ">=2.10.6" }, - { name = "pydantic-ai", marker = "extra == 'examples'", specifier = ">=1.83.0" }, + { name = "pydantic-ai", marker = "extra == 'examples'", specifier = ">=1.83.0,<2.0.0" }, { name = "pydantic-ai-slim", marker = "extra == 'pydantic-ai'", specifier = ">=1.83.0,<2.0.0" }, { name = "python-dotenv", marker = "extra == 'examples'", specifier = ">=1.0.1" }, { name = "typing-extensions", specifier = ">=4.0.0" },