From 8b83ef6b098f56e14b40f24decf0759654edf04e Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Tue, 2 Apr 2024 13:26:02 +0200 Subject: [PATCH] chore: undo databind hack --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edfd2571..458132b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ 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",