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 158c6f4 commit e750063Copy full SHA for e750063
packages/jupyter-ai-magics/pyproject.toml
@@ -26,7 +26,8 @@ dependencies = [
26
"importlib_metadata>=5.2.0",
27
"langchain>=0.3.0,<0.4.0",
28
"langchain_community>=0.3.0,<0.4.0",
29
- "pydantic~=2.0",
+ # pydantic>=2.7.4 is required by langchain v0.3
30
+ "pydantic>=2.7.4,<3",
31
"typing_extensions>=4.5.0",
32
"click~=8.0",
33
"jsonpath-ng>=1.5.3,<2",
packages/jupyter-ai/pyproject.toml
@@ -27,7 +27,8 @@ dependencies = [
"jupyter_server>=2.4,<3",
"aiosqlite>=0.18",
"jupyter_ai_magics>=2.13.0",
"dask[distributed]",
34
# faiss-cpu is not distributed by the official repo.
0 commit comments