From 4c0a4bd85412fe7df13ffb637201d5e89dd0f7fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 16:27:54 +0000 Subject: [PATCH] fix(deps): update dependency logfire to ~=3.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce239834..965a4ffa 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.15.0", + "logfire[fastapi,system-metrics,httpx]~=3.16.0", ] [tool.pdm]