We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2dffe commit 8157485Copy full SHA for 8157485
pyproject.toml
@@ -35,8 +35,8 @@ requires-python = ">=3.9,<4.0"
35
dependencies = [
36
"ipykernel>=6",
37
"jupyter-client>=7",
38
- "jupyter_server>=2.4.0",
39
- "pydantic>=2",
+ "jupyter_server>=2.4",
+ "msgspec>=0.18",
40
"returns>=0.23",
41
"tomli>=2; python_version<'3.11'",
42
]
@@ -50,7 +50,7 @@ Repository = "https://github.com/renan-r-santos/pixi-kernel"
50
dev-dependencies = [
51
"jupyter-kernel-test>=0.7",
52
"jupyterlab>=4",
53
- "msgspec[toml]>=0.19.0",
+ "msgspec[toml]>=0.18",
54
"mypy>=1",
55
"pytest>=8",
56
"pytest-asyncio>=1",
0 commit comments