Bump pydantic to 2.10.6 (#136483)

This commit is contained in:
J. Nick Koston 2025-01-24 12:17:52 -10:00 committed by GitHub
parent 8622beb8a7
commit 891485f306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ multidict>=6.0.2
backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.10.4
pydantic==2.10.6
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1

View File

@ -14,7 +14,7 @@ license-expression==30.4.0
mock-open==1.4.0
mypy-dev==1.15.0a2
pre-commit==4.0.0
pydantic==2.10.4
pydantic==2.10.6
pylint==3.3.3
pylint-per-file-ignores==1.3.2
pipdeptree==2.23.4

View File

@ -159,7 +159,7 @@ multidict>=6.0.2
backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.10.4
pydantic==2.10.6
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1