Skip to content

Commit 8135e40

Browse files
authored
hotfix(deps): Use ipykernel v6 in all Python versions (#33)
1 parent 9994c8f commit 8135e40

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

poetry.lock

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ dependencies = [
8585
# SQL templating
8686
"jinja2>=3.1.6,<4",
8787
"sqlparse>=0.4.4,<0.6",
88-
"ipykernel>6.30.0",
8988
"pymysql>=1.1.1,<1.2",
9089
"pymongo>=4.6.3,<4.10; python_version < '3.13'",
9190
"pymongo>=4.9.0,<5; python_version>='3.13'",
@@ -118,6 +117,10 @@ dependencies = [
118117
"nbformat>=5.10.4,<6",
119118
"typing-extensions>=4.12.2,<5.0.0",
120119
"wrapt>=1.12.0",
120+
121+
# Jupyter & IPython dependencies
122+
"ipykernel>=6.30.1,<7",
123+
"jupyter-core>=5.8.1,<6",
121124

122125
# Visualization
123126
# NOTE: 1.7.0 is latest version of vl-convert which ships with Vega 5. In webapp we can't update to Vega 6 due to ESM-only issues
@@ -135,7 +138,6 @@ dependencies = [
135138
"cryptography>=44.0.1,<45; python_version >= '3.10'",
136139
"protobuf>=4.25.8,<6",
137140
"requests>=2.32.4,<3",
138-
"jupyter-core>=5.8.1,<6",
139141
"tornado>=6.5,<7",
140142

141143
# Config dependencies - they need to be declared both in main and server extras, keep them in sync

0 commit comments

Comments
 (0)