Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 1 addition & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ dependencies = [
# SQL templating
"jinja2>=3.1.6,<4",
"sqlparse>=0.4.4,<0.6",
"ipykernel>6.30.0",
"pymysql>=1.1.1,<1.2",
"pymongo>=4.6.3,<4.10; python_version < '3.13'",
"pymongo>=4.9.0,<5; python_version>='3.13'",
Expand Down Expand Up @@ -118,6 +117,10 @@ dependencies = [
"nbformat>=5.10.4,<6",
"typing-extensions>=4.12.2,<5.0.0",
"wrapt>=1.12.0",

# Jupyter & IPython dependencies
"ipykernel>=6.30.1,<7",
"jupyter-core>=5.8.1,<6",

# Visualization
# 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
Expand All @@ -135,7 +138,6 @@ dependencies = [
"cryptography>=44.0.1,<45; python_version >= '3.10'",
"protobuf>=4.25.8,<6",
"requests>=2.32.4,<3",
"jupyter-core>=5.8.1,<6",
"tornado>=6.5,<7",

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