tommulder commited on
Commit
e1cfc7b
·
1 Parent(s): ccfca51

Fix Pydantic version compatibility with FastAPI 0.112.1

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  fastapi==0.112.1
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.9
4
- pydantic==2.0.0
5
  opencv-python>=4.9.0.80
6
  numpy>=1.26.0
7
  pillow>=10.3.0
 
1
  fastapi==0.112.1
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.9
4
+ pydantic>=2.2.0,<3.0.0
5
  opencv-python>=4.9.0.80
6
  numpy>=1.26.0
7
  pillow>=10.3.0