Bump pydantic to 2.10.3 and update required deps (#131963)

This commit is contained in:
J. Nick Koston
2024-12-10 18:27:40 +01:00
committed by GitHub
parent f99239538c
commit d2303eb83f
21 changed files with 48 additions and 77 deletions

View File

@@ -158,9 +158,8 @@ multidict>=6.0.2
# Version 2.0 added typing, prevent accidental fallbacks
backoff>=2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.19
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.10.3
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1