From 4dcefcb84e7b36d6cf6c6098773de2994cf3b855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:26:49 +0000 Subject: [PATCH] chore(deps): Update structlog requirement in /packages/api Updates the requirements on [structlog](https://github.com/hynek/structlog) to permit the latest version. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.4.0...25.5.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 25.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/pyproject.toml b/packages/api/pyproject.toml index a347eed..dceea1d 100644 --- a/packages/api/pyproject.toml +++ b/packages/api/pyproject.toml @@ -21,7 +21,7 @@ redis = "^5.2.0" arq = "^0.26.0" supabase = "^2.11.0" litellm = "^1.56.0" -structlog = "^24.4.0" +structlog = "^25.5.0" python-multipart = "^0.0.20" # Security scanning dependencies pip-audit = "^2.8.0"