From b0c76bb994c13e611236c94c001a9f7f1f138503 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 09:35:04 +0000 Subject: [PATCH] Update dependency structlog to v26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e73548..c464d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "grpcio-reflection==1.*", "protobuf==7.35.0", # Must be compatible with grpcio-tools. "pydantic==2.*", - "structlog==25.*", + "structlog==26.*", ] dynamic = ["version"]