Support numpy array serialization in JsonPlusSerializer (#5035)

* Handle numpy Fortran arrays

* Lint

* Lint

* Lint
This commit is contained in:
Nuno Campos
2025-06-10 01:17:28 +00:00
committed by GitHub
parent 67b1dc602e
commit 2e33c520a5
10 changed files with 275 additions and 3 deletions
+1
View File
@@ -326,6 +326,7 @@ dev = [
{ name = "codespell" },
{ name = "dataclasses-json" },
{ name = "mypy" },
{ name = "numpy" },
{ name = "pytest" },
{ name = "pytest-asyncio" },
{ name = "pytest-mock" },