From 5d5f5302aad4b067c0065ffd0fb69df0659fc24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:36:17 +0000 Subject: [PATCH] chore(deps): bump structlog from 24.4.0 to 26.1.0 Bumps [structlog](https://github.com/hynek/structlog) from 24.4.0 to 26.1.0. - [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...26.1.0) --- updated-dependencies: - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 ++++++------------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50f2518..7075362 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -2871,22 +2871,16 @@ full = ["httpx (>=0.27.0,<0.29.0)", "httpx2 (>=2.0.0)", "itsdangerous", "jinja2" [[package]] name = "structlog" -version = "24.4.0" +version = "26.1.0" description = "Structured Logging for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610"}, - {file = "structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4"}, + {file = "structlog-26.1.0-py3-none-any.whl", hash = "sha256:e081a26d6c373e6d201eca24eede26d8ffab07f88f477822e679183428d3d91e"}, + {file = "structlog-26.1.0.tar.gz", hash = "sha256:f63a716cbd1b1291cf7661de7794b455acfa4c43c5bcf1630e6ad5ddc1adb3b7"}, ] -[package.extras] -dev = ["freezegun (>=0.2.8)", "mypy (>=1.4)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "twisted"] -docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph", "twisted"] -tests = ["freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"] -typing = ["mypy (>=1.4)", "rich", "twisted"] - [[package]] name = "tenacity" version = "9.1.4" @@ -3449,4 +3443,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "644aa8b88483b4ac90af7dc200338fe5c477c8ef9cc8dadcd6e838ea661a5d46" +content-hash = "1dfc34f7e1603e947b6098746dae39ad072b2ba7719d7ce093f1fbc69ae33eb7" diff --git a/pyproject.toml b/pyproject.toml index 2e6e5eb..543123f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ openai = ">=1.50,<3.0" pinecone = "^5.3.0" pydantic-settings = "^2.5.0" -structlog = "^24.4.0" +structlog = ">=24.4,<27.0" sentry-sdk = {extras = ["fastapi"], version = "^2.14.0"} slowapi = "^0.1.9" prometheus-client = ">=0.21,<0.26"