Browse Source

Merge pull request #5835 from open-webui/dependabot/pip/backend/dev/pydantic-2.9.2

chore(deps): bump pydantic from 2.8.2 to 2.9.2 in /backend
Timothy Jaeryang Baek 7 months ago
parent
commit
75c1f47500
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/requirements.txt

+ 1 - 1
backend/requirements.txt

@@ -1,6 +1,6 @@
 fastapi==0.111.0
 uvicorn[standard]==0.30.6
-pydantic==2.8.2
+pydantic==2.9.2
 python-multipart==0.0.9
 
 Flask==3.0.3