We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2543e2c commit 0b2ac17Copy full SHA for 0b2ac17
2 files changed
HISTORY
@@ -1,3 +1,12 @@
1
+2.7
2
+===
3
+
4
+Bug fixes
5
+---------
6
7
+- TypedDictField now includes a prepare method to ensure types are cast correctly for serailisation.
8
9
10
2.6
11
===
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "odin"
-version = "2.6"
+version = "2.7"
description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
authors = ["Tim Savage <tim@savage.company>"]
license = "BSD-3-Clause"
0 commit comments