From 3191df1f0e1850c480ab6bf33436b3de1e065738 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 8 Aug 2021 12:57:31 +0100 Subject: [PATCH] dataclasses version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32611cef..3505a0d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ include = ["rich/py.typed"] [tool.poetry.dependencies] python = "^3.6" typing-extensions = { version = "^3.7.4", python = "<3.8" } -dataclasses = { version = ">=0.7,<0.9", python = "~3.6" } +dataclasses = { version = ">=0.7,<0.9", python = ">3.6,>3.7" } pygments = "^2.6.0" commonmark = "^0.9.0" colorama = "^0.4.0"