From 78e4595ba42c5919df1782815f6b997fca0ffcbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 10:41:40 +0000 Subject: [PATCH] fix(deps): update dependency logfire to ~=3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d615e416..ce239834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "zhipuai~=2.1.5.20241203", "anthropic~=0.51.0", "dashscope~=1.23.0", - "logfire[fastapi,system-metrics,httpx]~=3.14.0", + "logfire[fastapi,system-metrics,httpx]~=3.15.0", ] [tool.pdm]