dep: bump pydantic to 2.9 (#9077)

This commit is contained in:
Bowen Liang
2024-10-21 23:32:09 +08:00
committed by GitHub
parent 8e98759359
commit 495cf58014
2 changed files with 102 additions and 101 deletions

View File

@@ -163,8 +163,8 @@ openpyxl = "~3.1.5"
pandas = { version = "~2.2.2", extras = ["performance", "excel"] }
psycopg2-binary = "~2.9.6"
pycryptodome = "3.19.1"
pydantic = "~2.8.2"
pydantic-settings = "~2.4.0"
pydantic = "~2.9.2"
pydantic-settings = "~2.6.0"
pydantic_extra_types = "~2.9.0"
pyjwt = "~2.8.0"
pypdfium2 = "~4.17.0"