Skip to content

Commit

Permalink
python3-pydantic: upgrade 2.7.4 -> 2.8.2
Browse files Browse the repository at this point in the history
v2.8.2 (2024-07-03)
   * Fix issue with assertion caused by pluggable schema validator by
     @dmontagu in #9838

v2.8.1 (2024-07-03)
  * Bump ruff to v0.5.0 and pyright to v1.1.369 by @sydney-runkle in #9801
  * Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 by
    @sydney-runkle in #9832
  * Fix breaking change in to_snake from v2.7 -> v2.8 by @sydney-runkle in #9812
  * Fix list constraint json schema application by @sydney-runkle in #9818
  * Support time duration more than 23 by @nix010 in pydantic/speedate#64
  * Fix millisecond fraction being handled with the wrong scale by
    @davidhewitt in pydantic/speedate#65
  * Handle negative fractional durations correctly by @sydney-runkle in
    pydantic/speedate#71

v2.8.0 (2024-07-01)
See:
  - https://docs.pydantic.dev/latest/changelog/#v280-2024-07-01
  - https://pydantic.dev/articles/pydantic-v2-8-release

Full changelog:
pydantic/pydantic@v2.7.4...v2.8.2

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Jul 28, 2024
1 parent 46f6de6 commit 36f07b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"

inherit pypi python_hatchling

SRC_URI[sha256sum] = "0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52"
SRC_URI[sha256sum] = "6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a"

DEPENDS += "python3-hatch-fancy-pypi-readme-native"

Expand Down

0 comments on commit 36f07b0

Please sign in to comment.