fix pydantic v2 not backward compatible
Browse files- new_requirements.txt +2 -2
new_requirements.txt
CHANGED
@@ -117,8 +117,8 @@ pure_eval==0.2.3
|
|
117 |
pyarrow==17.0.0
|
118 |
pycparser==2.22
|
119 |
# pydantic==2.8.2
|
120 |
-
pydantic<2.0
|
121 |
-
pydantic_core==2.20.1
|
122 |
Pygments==2.18.0
|
123 |
pyparsing==3.1.4
|
124 |
pytest==8.3.3
|
|
|
117 |
pyarrow==17.0.0
|
118 |
pycparser==2.22
|
119 |
# pydantic==2.8.2
|
120 |
+
# pydantic<2.0
|
121 |
+
# pydantic_core==2.20.1
|
122 |
Pygments==2.18.0
|
123 |
pyparsing==3.1.4
|
124 |
pytest==8.3.3
|