Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -9,4 +9,7 @@ openai==1.30.1
|
|
9 |
python-dotenv==1.0.1
|
10 |
pypdf==4.2.0
|
11 |
PyPDF2==3.0.1
|
12 |
-
tiktoken==0.7.0
|
|
|
|
|
|
|
|
9 |
python-dotenv==1.0.1
|
10 |
pypdf==4.2.0
|
11 |
PyPDF2==3.0.1
|
12 |
+
tiktoken==0.7.0
|
13 |
+
pydantic==2.10.3
|
14 |
+
pydantic-settings==2.7.0
|
15 |
+
pydantic_core==2.27.1
|