File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies = [
25
25
" importlib_metadata>=5.2.0" ,
26
26
" langchain>=0.3.0,<0.4.0" ,
27
27
" langchain_community>=0.3.0,<0.4.0" ,
28
- # pydantic>=2.7.4 is required by langchain >=0.3.0
29
- # pydantic>=2.9.0 is required by ollama >=0.4.0
30
- " pydantic>=2.9 .0,<3" ,
28
+ # pydantic <2.10.0 raises a "protected namespaces" error in JAI
29
+ # - See: https://docs. pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
30
+ " pydantic>=2.10 .0,<3" ,
31
31
# click>=8.1 is required by dask>=2023.11.0
32
32
" click>=8.1.0,<9" ,
33
33
" jsonpath-ng>=1.5.3,<2" ,
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ dependencies = [
25
25
# jupyter_server>=2.4 is required in JL4
26
26
# jupyter_server>=2.11.1 is required by jupyter_server_ydoc>=3
27
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
28
# pydantic <2.10.0 raises a "protected namespaces" error in JAI
31
29
# - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
32
30
" pydantic>=2.10.0,<3" ,
You can’t perform that action at this time.
0 commit comments