Skip to content

Releases: pydantic/pydantic-extra-types

v2.10.4

26 Apr 12:37
9f396e1
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • 🐛 Preserve timezone information when validating Pendulum DateTimes. #189 by @chrisguidry

v2.8.1

12 Jun 23:16
5edf337
Compare
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

v2.8.0

04 Jun 12:00
2fa55d6
Compare
Choose a tag to compare

Refactor

  • ♻️ refactor some functions & minor changes. #180 by @yezz123

Internal

Types

Dependencies

v2.7.0

22 Apr 17:51
aea56bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0