From 05ab5c7aef3f7dce5a30134c395234ce4be5ad49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:37:23 +0000 Subject: [PATCH] Update fastapi[standard] requirement from >=0.136.0 to >=0.136.1 Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.0...0.136.1) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.136.1 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 5c00226..428783c 100644 --- a/uv.lock +++ b/uv.lock @@ -177,7 +177,7 @@ requires-dist = [ { name = "e2b-code-interpreter", marker = "extra == 'code-interpreter'", specifier = ">=2.6.0" }, { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=0.136.1" }, { name = "google-cloud-firestore", marker = "extra == 'gemini-proxy'", specifier = ">=2.27.0" }, - { name = "google-genai", marker = "extra == 'gemini-proxy'", specifier = ">=2.2.0" }, + { name = "google-genai", marker = "extra == 'gemini-proxy'", specifier = ">=1.73.1" }, { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.12.0" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "langfuse", marker = "extra == 'observability'", specifier = ">=4.3.1" }, @@ -187,12 +187,12 @@ 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.95.0" }, + { name = "pydantic-ai-slim", extras = ["logfire"], marker = "extra == 'observability'", specifier = ">=1.90.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" }, { name = "rich", specifier = ">=15.0.0" }, - { name = "transformers", marker = "extra == 'data'", specifier = ">=5.8.1" }, + { name = "transformers", marker = "extra == 'data'", specifier = ">=5.5.4" }, { name = "weaviate-client", marker = "extra == 'weaviate'", specifier = ">=4.20.5" }, ] provides-extras = ["data", "weaviate", "code-interpreter", "gemini-proxy", "news", "gradio", "observability", "all"]