HonestGrad commited on
Commit
32afde6
·
verified ·
1 Parent(s): 651347d

Update requirements.txt

Browse files

Adding pydantic==2.10.6 for potential fix

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  gradio>=3.50.2
2
  PyPDF2
3
- openai>=1.0.0
 
 
1
  gradio>=3.50.2
2
  PyPDF2
3
+ openai>=1.0.0
4
+ pydantic==2.10.6