From c9aaa89faadebe09b1cb324efb53bec4f8825e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:34:09 +0000 Subject: [PATCH] chore(deps): update pydantic-ai-slim[logfire] requirement Updates the requirements on [pydantic-ai-slim[logfire]](https://github.com/pydantic/pydantic-ai) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](https://github.com/pydantic/pydantic-ai/compare/v1.106.0...v1.107.0) --- updated-dependencies: - dependency-name: pydantic-ai-slim[logfire] dependency-version: 1.107.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 698bb94..32eddbf 100644 --- a/uv.lock +++ b/uv.lock @@ -179,7 +179,7 @@ requires-dist = [ { name = "click", marker = "extra == 'data'", specifier = ">=8.3.2" }, { name = "datasets", marker = "extra == 'data'", specifier = ">=4.8.4" }, { name = "e2b-code-interpreter", marker = "extra == 'code-interpreter'", specifier = ">=2.6.0" }, - { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=0.137.0,<0.138.0" }, + { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=0.135.0,<0.136.0" }, { name = "google-cloud-firestore", marker = "extra == 'gemini-proxy'", specifier = ">=2.27.0" }, { name = "google-genai", marker = "extra == 'gemini-proxy'", specifier = ">=1.73.1" }, { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.12.0" }, @@ -191,7 +191,7 @@ requires-dist = [ { name = "openai-agents", specifier = ">=0.4.0" }, { name = "pandas", marker = "extra == 'data'", specifier = ">=3.0.2" }, { name = "pydantic", specifier = ">=2.11.7" }, - { name = "pydantic-ai-slim", extras = ["logfire"], marker = "extra == 'observability'", specifier = ">=1.106.0" }, + { name = "pydantic-ai-slim", extras = ["logfire"], marker = "extra == 'observability'", specifier = ">=1.107.0" }, { name = "pydantic-settings", specifier = ">=2.13.1" }, { name = "pymupdf", marker = "extra == 'data'", specifier = ">=1.27.2.2" }, { name = "python-dotenv", marker = "extra == 'data'", specifier = ">=1.2.2" }, @@ -203,7 +203,7 @@ provides-extras = ["data", "weaviate", "code-interpreter", "gemini-proxy", "news [package.metadata.requires-dev] dev = [ - { name = "pytest", specifier = ">=9.1.0" }, + { name = "pytest", specifier = ">=9.0.3" }, { name = "pytest-asyncio", specifier = ">=1.3.0" }, ]