Skip to content

Releases: pydantic/pydantic-extra-types

v2.11.0

26 Dec 23:48
1873338

Choose a tag to compare

What's Changed

  • 📝 docs: improve example formatting in PhoneNumber documentation by @hengky-kurniawan-1 in #347
  • Fix import typo in the script code's documentation by @wesley312 in #349
  • ⬆ Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #350
  • ⬆ Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #352
  • ⬆ Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #351
  • 🐛 fix: url typo in docstring by @lch in #355
  • ♻️ raise ValueError instead of AttributeError on wrong S3Path value by @Danipulok in #354
  • ⬆ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #357
  • Refactor type hints to use built-in tuple syntax by @yezz123 in #359
  • Update version number for release 2.11.0 by @yezz123 in #360

New Contributors

Full Changelog: v2.10.6...v2.11.0

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