fix(deps): upgrade pydantic from v2.9.2 to v2.10.3+ in requirements.txt and pyproject.toml

This commit is contained in:
Youggls 2025-02-19 19:08:17 +08:00
parent 3e1337d753
commit 1692a52a6a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
fastapi==0.115.7
uvicorn[standard]==0.30.6
pydantic==2.9.2
pydantic==2.10.6
python-multipart==0.0.18
python-socketio==5.11.3

View File

@ -8,7 +8,7 @@ license = { file = "LICENSE" }
dependencies = [
"fastapi==0.115.7",
"uvicorn[standard]==0.30.6",
"pydantic==2.9.2",
"pydantic==2.10.6",
"python-multipart==0.0.18",
"python-socketio==5.11.3",