dep: bump Pydantic from 2.7 to 2.8 (#6273)

This commit is contained in:
Bowen Liang
2024-07-16 13:40:58 +08:00
committed by GitHub
parent 23e8043160
commit c5d06e7943
2 changed files with 113 additions and 99 deletions

View File

@@ -148,9 +148,9 @@ oss2 = "2.18.5"
pandas = { version = "~2.2.2", extras = ["performance", "excel"] }
psycopg2-binary = "~2.9.6"
pycryptodome = "3.19.1"
pydantic = "~2.7.4"
pydantic-settings = "~2.3.3"
pydantic_extra_types = "~2.8.1"
pydantic = "~2.8.2"
pydantic-settings = "~2.3.4"
pydantic_extra_types = "~2.9.0"
pydub = "~0.25.1"
pyjwt = "~2.8.0"
pypdfium2 = "~4.17.0"