diff --git a/pyproject.toml b/pyproject.toml index 9395d832..052db5de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "httpx>=0.28,<0.29", "tzdata>=2022.2,<2025.0", "pydantic>=2.2.1,<3.0.0", - "structlog>=22.1,<25.0", + "structlog>=25.1,<25.2", "multidict>=6.0.5,<7.0.0", ] classifiers = [ diff --git a/uv.lock b/uv.lock index 42666c58..52dae544 100644 --- a/uv.lock +++ b/uv.lock @@ -1990,7 +1990,7 @@ requires-dist = [ { name = "pyee", specifier = ">=9.0.4,<13.0.0" }, { name = "redis", marker = "extra == 'redis'", specifier = ">=4.3.4,<6.0.0" }, { name = "slack-sdk", specifier = ">=3.18.1,<4.0.0" }, - { name = "structlog", specifier = ">=22.1,<25.0" }, + { name = "structlog", specifier = ">=25.1,<25.2" }, { name = "tzdata", specifier = ">=2022.2,<2025.0" }, ] @@ -2041,11 +2041,14 @@ wheels = [ [[package]] name = "structlog" -version = "24.4.0" +version = "25.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/78/a3/e811a94ac3853826805253c906faa99219b79951c7d58605e89c79e65768/structlog-24.4.0.tar.gz", hash = "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4", size = 1348634 } +dependencies = [ + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/25/fe/578db23e17392a8693b45a7b7dc6985370f51dd937157def8ecc7b20930d/structlog-25.1.0.tar.gz", hash = "sha256:2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3", size = 1364973 } wheels = [ - { url = "https://files.pythonhosted.org/packages/bf/65/813fc133609ebcb1299be6a42e5aea99d6344afb35ccb43f67e7daaa3b92/structlog-24.4.0-py3-none-any.whl", hash = "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610", size = 67180 }, + { url = "https://files.pythonhosted.org/packages/c1/14/e9aed6c820fa166e8a19a19e663e98bd5538004d68a70c5752458ca3656e/structlog-25.1.0-py3-none-any.whl", hash = "sha256:843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321", size = 68921 }, ] [[package]]