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 3b0316f commit 0368cc7Copy full SHA for 0368cc7
packages/jupyter-ai/pyproject.toml
@@ -27,7 +27,9 @@ dependencies = [
27
"jupyter_server>=2.11.1,<3",
28
# pydantic>=2.7.4 is required by langchain >=v0.3.0
29
# pydantic>=2.9.0 is required by ollama >=0.4.0
30
- "pydantic>=2.9.0,<3",
+ # pydantic <2.10.0 raises a "protected namespaces" error in JAI
31
+ # - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
32
+ "pydantic>=2.10.0,<3",
33
"jupyter_ai_magics>=2.13.0",
34
"dask[distributed]",
35
# faiss-cpu is not distributed by the official repo.
0 commit comments