Nihal2000 commited on
Commit
4c67026
·
1 Parent(s): c9ffbf7

Update to latest libraries: Gradio 5+, Pydantic v2, LlamaIndex 0.10+

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +3 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📚
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: "4.44.1"
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "5.6.0"
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
  anthropic>=0.7.0
3
  mistralai
4
  sentence-transformers>=2.2.2
@@ -12,7 +12,7 @@ python-docx>=0.8.11
12
  Pillow>=10.0.0
13
  pytesseract>=0.3.10
14
  aiofiles>=23.0.0
15
- pydantic<2.0.0
16
  httpx>=0.24.0
17
  uvicorn[standard]
18
  python-multipart>=0.0.6
@@ -23,7 +23,7 @@ fastmcp
23
  mcp
24
  openai
25
  python-dotenv
26
- llama-index
27
  llama-index-llms-openai
28
  llama-index-llms-anthropic
29
  llama-index-embeddings-huggingface
 
1
+ gradio>=5.0.0
2
  anthropic>=0.7.0
3
  mistralai
4
  sentence-transformers>=2.2.2
 
12
  Pillow>=10.0.0
13
  pytesseract>=0.3.10
14
  aiofiles>=23.0.0
15
+ pydantic>=2.0.0
16
  httpx>=0.24.0
17
  uvicorn[standard]
18
  python-multipart>=0.0.6
 
23
  mcp
24
  openai
25
  python-dotenv
26
+ llama-index>=0.10.0
27
  llama-index-llms-openai
28
  llama-index-llms-anthropic
29
  llama-index-embeddings-huggingface