tommulder commited on
Commit
8d016c4
·
1 Parent(s): da5fda2

chore(deps): align pydantic with FastAPI 0.112.1

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  fastapi==0.112.1
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.9
4
- pydantic==2.0.0
 
5
  ultralytics>=8.3.50
6
  opencv-python>=4.9.0.80
7
  numpy>=1.26.0
 
1
  fastapi==0.112.1
2
  uvicorn[standard]==0.30.6
3
  python-multipart==0.0.9
4
+ # NOTE: FastAPI 0.112.1 excludes pydantic 2.0.0/2.0.1/2.1.0; use a compatible 2.x
5
+ pydantic>=2.1.1,<3
6
  ultralytics>=8.3.50
7
  opencv-python>=4.9.0.80
8
  numpy>=1.26.0