From 50d4c0f75a286ddca1548ff9ab633fefd54bc7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:58:23 +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.9.0...v2.11.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 32d20f0..12daf7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "zhipuai~=2.1.5.20241203", "anthropic~=0.42.0", "dashscope~=1.20.2", - "logfire[fastapi,system-metrics,httpx]~=2.9.0", + "logfire[fastapi,system-metrics,httpx]~=2.11.0", ] [tool.pdm]