From 09d3cda74b4972a9c1b5fa659deafbe88ff19e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:37:34 +0000 Subject: [PATCH] fix(deps): update dependency logfire to ~=4.30.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e2aa19..c0ba1de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "zai-sdk~=0.2.1", "anthropic~=0.65.0", "dashscope~=1.25.0", - "logfire[fastapi,system-metrics]~=4.29.0", + "logfire[fastapi,system-metrics]~=4.30.0", ] [tool.pdm]