Context
Loading from csv and pandas with pydantic v2 is not working :
|
@pytest.mark.skipif(is_pydantic_v2, reason="Not working with pydantic v2 for now") |
|
@pytest.mark.skipif(is_pydantic_v2, reason="Not working with pydantic v2") |
Reactions are currently unavailable
Context
Loading from csv and pandas with pydantic v2 is not working :
docarray/tests/units/array/test_array_from_to_csv.py
Line 47 in 4ef4939
docarray/tests/units/array/test_array_from_to_pandas.py
Line 25 in 4ef4939