Commit c38b48e
Add ipaddress types to Schema.TYPE_MAPPING (#2906)
* Add ipaddress types to Schema.TYPE_MAPPING
Map ipaddress.IPv4Address, IPv6Address, IPv4Interface, and
IPv6Interface to their corresponding marshmallow field classes
in Schema.TYPE_MAPPING, enabling automatic field resolution
for libraries like marshmallow_dataclass.
Closes #1695
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* remove unnecessary test
* update changelog
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Steven Loria <git@stevenloria.com>1 parent 3bc191a commit c38b48e
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
293 | 298 | | |
294 | 299 | | |
295 | 300 | | |
| |||
0 commit comments