From 0654ab8af8ed7493cb0ea1eaa5a2ae9b39dac0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:37:49 +0000 Subject: [PATCH 1/2] chore(deps): update fastapi[standard] requirement 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 8ec8c71..4e6fd76 100644 --- a/uv.lock +++ b/uv.lock @@ -176,7 +176,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" }, From a1d17034593b473b637d6b87fc5eb9e41e652cc2 Mon Sep 17 00:00:00 2001 From: "aieng-bot[bot]" Date: Sat, 23 May 2026 01:03:29 +0000 Subject: [PATCH 2/2] chore: bump starlette to 1.0.1 to fix PYSEC-2026-161 Co-authored-by: aieng-bot --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 4e6fd76..f321096 100644 --- a/uv.lock +++ b/uv.lock @@ -176,7 +176,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.1" }, + { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=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" }, @@ -3304,7 +3304,7 @@ name = "pexpect" version = "4.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ptyprocess" }, + { name = "ptyprocess", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450, upload-time = "2023-11-25T09:07:26.339Z" } wheels = [