From 297e8031d9c17c300f83f524345c2e2ffef7428d Mon Sep 17 00:00:00 2001 From: Jan Buchar <Teyras@gmail.com> Date: Fri, 22 Mar 2024 14:20:56 +0100 Subject: [PATCH] fix: freeze dependencies of docs build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 458132b1..edfd2571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dev = [ "mypy ~= 1.7.1", "pre-commit ~= 3.4.0", "pydoc-markdown ~= 4.8.2", + "databind == 4.4.2", # HACK the docs build broke with databind 4.5, hopefully this will be fixed in a future pydoc-markdown release "pytest ~= 7.4.2", "pytest-asyncio ~= 0.21.0", "pytest-cov ~= 4.1.0",