pydantic-numpy
pydantic-numpy copied to clipboard
Package that integrates NumPy Arrays into Pydantic
Results
1
pydantic-numpy issues
Sort by
recently updated
recently updated
newest added
I'm running into an issue when I serialize and deserialize numpy arrays with dimensions > 1 in cases where the array is empty. Example Code: ```python import numpy as np...
bug