You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement: Mark some more settings as frozen or add unsafe hash functions to support passing them as metadata to typing_extensions.Annotated in Python 3.6
Copy file name to clipboardExpand all lines: databind.core/.changelog/_unreleased.toml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,9 @@ id = "78606f4e-7b4c-4f88-9143-e40b12d86100"
9
9
type = "improvement"
10
10
description = "Expose public API in `databind.core` root module."
11
11
author = "@NiklasRosenstein"
12
+
13
+
[[entries]]
14
+
id = "8d5cd812-ba8f-4c4d-9681-b0d8866ae023"
15
+
type = "improvement"
16
+
description = "Mark some more settings as frozen or add unsafe hash functions to support passing them as metadata to `typing_extensions.Annotated` in Python 3.6"
0 commit comments