We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6665db commit 292a2d4Copy full SHA for 292a2d4
CHANGELOG.md
@@ -8,7 +8,7 @@
8
- Unlocked versions of black, isort, autoflake and dev dependencies
9
- Added `remote_schema_verify_ssl` option.
10
- Changed how default values for inputs are generated to handle potential cycles.
11
-- Changed `BaseModel` to apply `parse` and `serialize` methods on every list element.
+- Fixed `BaseModel` incorrectly calling `parse` and `serialize` methods on entire list instead of its items for `List[Scalar]`.
12
13
14
## 0.4.0 (2023-03-20)
0 commit comments