From 1384df661e494ca2290ca2cc27e7c2aa9320a579 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:53:48 +0000 Subject: [PATCH] Try with `.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 355a19b..1728635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ipython-markdown-inspector" version = "0.0.0" dependencies = [ "ipython>=8.21.0", - "docstring-to-markdown>=0.13,<1.0" + "docstring-to-markdown>=0.13.0,<1.0.0" ] requires-python = ">=3.10" authors = [