Jatin-tec commited on
Commit
7f4c4d7
·
1 Parent(s): f1def1b

Update pydantic version constraint in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ gradio[oauth,mcp]==5.49.1
2
  uvicorn>=0.14.0
3
  websockets>=10.4
4
  spaces
5
- pydantic==2.8.2
6
  transformers==4.44.2
7
  torch>=2.1,<3
8
  Pillow>=10.0
 
2
  uvicorn>=0.14.0
3
  websockets>=10.4
4
  spaces
5
+ pydantic>=2.11,<2.12
6
  transformers==4.44.2
7
  torch>=2.1,<3
8
  Pillow>=10.0