Update pydantic to 1.10.19 (#130373)
This commit is contained in:
parent
0cc50bc7bc
commit
b19c44b4a5
3 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ backoff>=2.0
|
||||||
|
|
||||||
# Required to avoid breaking (#101042).
|
# Required to avoid breaking (#101042).
|
||||||
# v2 has breaking changes (#99218).
|
# v2 has breaking changes (#99218).
|
||||||
pydantic==1.10.18
|
pydantic==1.10.19
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
|
|
@ -14,7 +14,7 @@ license-expression==30.4.0
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.14.0a2
|
mypy-dev==1.14.0a2
|
||||||
pre-commit==4.0.0
|
pre-commit==4.0.0
|
||||||
pydantic==1.10.18
|
pydantic==1.10.19
|
||||||
pylint==3.3.1
|
pylint==3.3.1
|
||||||
pylint-per-file-ignores==1.3.2
|
pylint-per-file-ignores==1.3.2
|
||||||
pipdeptree==2.23.4
|
pipdeptree==2.23.4
|
||||||
|
|
|
@ -160,7 +160,7 @@ backoff>=2.0
|
||||||
|
|
||||||
# Required to avoid breaking (#101042).
|
# Required to avoid breaking (#101042).
|
||||||
# v2 has breaking changes (#99218).
|
# v2 has breaking changes (#99218).
|
||||||
pydantic==1.10.18
|
pydantic==1.10.19
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue