nontGcob commited on
Commit
8c5839b
1 Parent(s): a745b1c

fix pydantic v2 not backward compatible

Browse files
Files changed (1) hide show
  1. new_requirements.txt +2 -1
new_requirements.txt CHANGED
@@ -116,7 +116,8 @@ ptyprocess==0.7.0
116
  pure_eval==0.2.3
117
  pyarrow==17.0.0
118
  pycparser==2.22
119
- pydantic==2.8.2
 
120
  pydantic_core==2.20.1
121
  Pygments==2.18.0
122
  pyparsing==3.1.4
 
116
  pure_eval==0.2.3
117
  pyarrow==17.0.0
118
  pycparser==2.22
119
+ # pydantic==2.8.2
120
+ pydantic<2
121
  pydantic_core==2.20.1
122
  Pygments==2.18.0
123
  pyparsing==3.1.4