mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
fix(deps): upgrade pydantic from v2.9.2 to v2.10.3+ in requirements.txt and pyproject.toml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user