From bf6b6d997fccdf5801d3039dfd6e524fe6250ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 03:37:35 +0000 Subject: [PATCH] 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 89e104e..544346c 100644 --- a/uv.lock +++ b/uv.lock @@ -187,7 +187,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.99.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" },