From 10bd6fe3d793e026e0ef5c65a414b0b3344c2fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:28:28 +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.7.0...v2.8.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 1f17a31..b0f807e 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.7.0", + "logfire[fastapi,system-metrics,httpx]~=2.8.0", ] [tool.pdm]