From 0eb3df059a1b4758512bf9f4dde2a3fa2b2d9b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 24 Dec 2025 12:17:40 -0600 Subject: [PATCH] Pin exact docs version constraints in pyproject.toml Updated version constraints for mkdocstrings and zensical. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82d37ce..75a1a6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,8 @@ dev = [ { include-group = "typing" }, ] docs = [ - "mkdocstrings[python]>=0.22.0", - "zensical>=0.0.2", + "mkdocstrings[python]==0.22.0", + "zensical==0.0.15", ] lint = [ "ruff>=0.12.9",