From d835ae1e4a7260fee59895f2426b9a5b2dcf8d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:37:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 179a277..33e06dc 100644 --- a/uv.lock +++ b/uv.lock @@ -175,7 +175,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.136.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 = ">=1.73.1" }, { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.12.0" }, @@ -184,7 +184,7 @@ requires-dist = [ { name = "lxml", marker = "extra == 'news'", specifier = ">=6.1.0" }, { name = "nest-asyncio", specifier = ">=1.6.0" }, { name = "openai", specifier = ">=2.6.0" }, - { name = "openai-agents", specifier = ">=0.17.2" }, + { 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.90.0" },