fix pydantic v2 not backward compatible
Browse files- 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
|