26 lines
746 B
Diff
26 lines
746 B
Diff
From 63f180fa1b5d6dfcdea0bf9d6cfa9a33f8a21f7d Mon Sep 17 00:00:00 2001
|
|
From: li-miaomiao_zhr <mmlidc@isoftstone.com>
|
|
Date: Thu, 17 Aug 2023 19:48:42 +0800
|
|
Subject: [PATCH] fix version of markdown-it-py
|
|
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index a25a0a3..4410294 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -14,7 +14,7 @@ license = { file = "LICENSE" }
|
|
requires-python = ">=3.7"
|
|
dependencies = [
|
|
'tomli >=1.1.0; python_version < "3.11"',
|
|
- 'markdown-it-py >=1.0.0,<3.0.0',
|
|
+ 'markdown-it-py >=1.0.0,<=3.0.0',
|
|
'importlib-metadata >=3.6.0; python_version < "3.10"',
|
|
'typing-extensions >=3.7.4; python_version < "3.8"',
|
|
]
|
|
--
|
|
2.39.1
|
|
|