kenleeyx commited on
Commit
3bf592f
·
1 Parent(s): 95e3994

fix: change pydantic version

Browse files

Encountering error:
TypeError: argument of type 'bool' is not iterable
ERROR: Exception in ASGI application

Updating pydantic version to 2.10.6 as dependency issue is suspected

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -2,3 +2,4 @@ gradio==5.12.0
2
  openai==1.59.3
3
  openpyxl==3.1.5
4
  python-dotenv==1.0.1
 
 
2
  openai==1.59.3
3
  openpyxl==3.1.5
4
  python-dotenv==1.0.1
5
+ pydantic==2.10.6