python-jupyter-client/0001-modify-the-range-of-version-required.patch

26 lines
693 B
Diff
Raw Normal View History

2024-03-06 13:50:06 +08:00
From 81b1161d1738b1808dabfd442cf6d1f1ca811d4c Mon Sep 17 00:00:00 2001
From: desert-sailor <dongxing.wang_a@thundersoft.com>
Date: Wed, 6 Mar 2024 13:48:06 +0800
2023-08-09 12:36:50 +08:00
Subject: [PATCH] modify the range of version required
2023-07-13 12:10:25 +08:00
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
2024-03-06 13:50:06 +08:00
index 24e543a..daa2bb9 100644
2023-07-13 12:10:25 +08:00
--- a/pyproject.toml
+++ b/pyproject.toml
2024-03-06 13:50:06 +08:00
@@ -21,7 +21,7 @@ classifiers = [
2023-07-13 12:10:25 +08:00
requires-python = ">=3.8"
dependencies = [
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
- "jupyter_core>=4.12,!=5.0.*",
2024-03-06 13:50:06 +08:00
+ "jupyter_core>=5.3.0",
2023-07-13 12:10:25 +08:00
"python-dateutil>=2.8.2",
"pyzmq>=23.0",
"tornado>=6.2",
--
2024-03-06 13:50:06 +08:00
2.43.0
2023-07-13 12:10:25 +08:00