File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- # ` 0.9.1 ` (2022-08-30)
1+ ## ` 0.9.2 ` (2022-09-03)
2+
3+ * chore: Bump allowed version of numpy to >1.21.0 on Python 3.7 ([ beb2a8b] ( https://github.com/yukinarit/pyserde/commit/beb2a8b ) )
4+ * fix: Fix deserialization of optional complex types with default=None ([ 2b3b7ae] ( https://github.com/yukinarit/pyserde/commit/2b3b7ae ) )
5+
6+ This release had contributions from 1 person: [ @kmsquire ] ( https://github.com/kmsquire ) . Thank you so much! :tada : :joy :
7+
8+ ## ` 0.9.1 ` (2022-08-30)
29
310* fix: Call to untyped function "serde" in typed context ([ 84c5f07] ( https://github.com/yukinarit/pyserde/commit/84c5f07 ) )
411
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyserde"
3- version = " 0.9.1 "
3+ version = " 0.9.2 "
44description = " Yet another serialization library on top of dataclasses"
55authors = [
" yukinarit <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments