Skip to content

Commit

Permalink
update deepmerge version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Sep 12, 2024
1 parent 4f46412 commit 19d92e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"faiss-cpu<=1.8.0", # Not distributed by official repo
"typing_extensions>=4.5.0",
"traitlets>=5.0",
"deepmerge>=1.0",
"deepmerge>=2.0,<3",
]

dynamic = ["version", "description", "authors", "urls", "keywords"]
Expand All @@ -51,7 +51,7 @@ test = [
"pytest-jupyter",
"syrupy~=4.0.8",
"types-jsonschema",
"mypy"
"mypy",
]

dev = ["jupyter_ai_magics[dev]"]
Expand Down

0 comments on commit 19d92e3

Please sign in to comment.