From dc2a83050ce137443c50c30f9b721d0ab8a990c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:23:59 +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/v2.5.0...v2.6.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 9b6cca2..a79c38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "zhipuai~=2.1.5.20241203", "anthropic~=0.40.0", "dashscope~=1.20.2", - "logfire[fastapi,system-metrics,httpx]~=2.5.0", + "logfire[fastapi,system-metrics,httpx]~=2.6.0", ] [tool.pdm]