Spaces:
Sleeping
Sleeping
Julian Vanecek Claude commited on
Commit ·
a693633
1
Parent(s): 68b6cce
Fix Pydantic version compatibility issue
Browse files- Add pydantic==2.10.6 to requirements.txt
- Fixes JSON schema parsing error in Gradio
- Resolves TypeError: argument of type 'bool' is not iterable
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
openai>=1.50.0
|
| 3 |
gradio>=4.0.0
|
| 4 |
tiktoken>=0.5.0
|
|
|
|
| 5 |
|
| 6 |
# LangChain (without ChromaDB)
|
| 7 |
langchain>=0.1.0
|
|
|
|
| 2 |
openai>=1.50.0
|
| 3 |
gradio>=4.0.0
|
| 4 |
tiktoken>=0.5.0
|
| 5 |
+
pydantic==2.10.6
|
| 6 |
|
| 7 |
# LangChain (without ChromaDB)
|
| 8 |
langchain>=0.1.0
|