Skip to content

Commit 0368cc7

Browse files
committed
bump pydantic floor to 2.10.0
1 parent 3b0316f commit 0368cc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/jupyter-ai/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ dependencies = [
2727
"jupyter_server>=2.11.1,<3",
2828
# pydantic>=2.7.4 is required by langchain >=v0.3.0
2929
# pydantic>=2.9.0 is required by ollama >=0.4.0
30-
"pydantic>=2.9.0,<3",
30+
# 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",
3133
"jupyter_ai_magics>=2.13.0",
3234
"dask[distributed]",
3335
# faiss-cpu is not distributed by the official repo.

0 commit comments

Comments
 (0)