Skip to content

Commit 7077cc0

Browse files
authored
Merge pull request #46 from LeakIX/add-py-typed-marker
Add py.typed marker for PEP 561 compliance
2 parents c6d7e77 + b6edc03 commit 7077cc0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to
1010

1111
### Added
1212

13+
- Add `py.typed` marker for PEP 561 compliance ([7f49ff5], [#31])
1314
- Add field-level assertions to deserialization tests ([cbea4fc], [#26])
1415
- Add 34 edge-case and validation tests covering missing fields, null values,
1516
empty strings, boundary integers, malformed datetimes/decimals, and nested
@@ -156,6 +157,7 @@ and this project adheres to
156157

157158
<!-- Commit links -->
158159

160+
[7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5
159161
[cd74b55]: https://github.com/LeakIX/l9format-python/commit/cd74b55
160162
[0130743]: https://github.com/LeakIX/l9format-python/commit/0130743
161163
[28c76f1]: https://github.com/LeakIX/l9format-python/commit/28c76f1
@@ -233,4 +235,5 @@ and this project adheres to
233235
[#33]: https://github.com/LeakIX/l9format-python/issues/33
234236
[#25]: https://github.com/LeakIX/l9format-python/issues/25
235237
[#35]: https://github.com/LeakIX/l9format-python/issues/35
238+
[#31]: https://github.com/LeakIX/l9format-python/issues/31
236239
[#43]: https://github.com/LeakIX/l9format-python/issues/43

l9format/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)