Skip to content

Releases: pydantic/pydantic-extra-types

v2.10.6

08 Oct 00:52
bede935

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.5...v2.10.6

v2.10.5

29 May 10:17
7332abb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.4...v2.10.5

v2.10.4

26 Apr 12:37
9f396e1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.3...v2.10.4

v2.10.3

09 Mar 15:49
889319b

Choose a tag to compare

What's Changed

  • Add support for pymongo bson ObjectId by @Ale-Cas in #290
  • Fix checkdigit calculation for ISBN10 by @eumiro in #292
  • Make checksum calculation more descriptive by @eumiro in #293
  • Refactor validate_mac_address method by @eumiro in #294
  • fix (de-)serialization of pendulum durations by @hoesler in #296
  • limit iso8601 serialization of duration to json by @hoesler in #297
  • 🔖 Release version 2.10.3 by @yezz123 in #298

New Contributors

Full Changelog: v2.10.2...v2.10.3

v2.10.2

15 Jan 16:31
b7ddcfa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.1...v2.10.2

v2.10.1

06 Dec 21:16
6ba4cc3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

13 Oct 17:38
cbeb653

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

03 Jul 15:38
7a2d650

Choose a tag to compare

Types

Refactor

  • Replace try-except block by if-else statement. PR #192 by @maxsos

Dependencies

  • ⬆ Bump the python-packages group with 4 updates. PR #194 by @dependabot

v2.8.2

14 Jun 22:03
5c343c3

Choose a tag to compare

  • 🐛 Preserve timezone information when validating Pendulum DateTimes. #189 by @chrisguidry

v2.8.1

12 Jun 23:16
5edf337

Choose a tag to compare

Bug Fixes

  • 🐛 Fix Pendulum date time object to have correct typing. #184 by @07pepa

Types

  • ✨ Add parsing of pendulum_dt from unix time and non-strict parsing. #185 by @07pepa