Update pydantic to 1.10.18 (#126821)

This commit is contained in:
Marc Mueller 2024-09-26 14:17:46 +02:00 committed by GitHub
parent 5fb9537d6d
commit 22dac266c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ backoff>=2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.17
pydantic==1.10.18
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1

View File

@ -13,7 +13,7 @@ freezegun==1.5.1
mock-open==1.4.0
mypy-dev==1.12.0a3
pre-commit==3.8.0
pydantic==1.10.17
pydantic==1.10.18
pylint==3.3.1
pylint-per-file-ignores==1.3.2
pipdeptree==2.23.4

View File

@ -138,7 +138,7 @@ backoff>=2.0
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
pydantic==1.10.17
pydantic==1.10.18
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1