From 8017e317b4038b9115b67060368d9eba5c7f0619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:35:20 +0000 Subject: [PATCH] chore(deps): update logfire[fastapi,httpx,system-metrics] requirement Updates the requirements on [logfire[fastapi,httpx,system-metrics]](https://github.com/pydantic/logfire) to permit the latest version. - [Release notes](https://github.com/pydantic/logfire/releases) - [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md) - [Commits](https://github.com/pydantic/logfire/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: logfire[fastapi,httpx,system-metrics] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1484fb7..a62f016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "zhipuai~=2.1.5.20241203", "anthropic~=0.49.0", "dashscope~=1.22.0", - "logfire[fastapi,system-metrics,httpx]~=3.6.0", + "logfire[fastapi,system-metrics,httpx]~=3.7.0", ] [tool.pdm]