Spaces:
Running
Running
jedick commited on
Commit ·
1ba7cc0
1
Parent(s): 8e00599
Pin pydantic version
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,8 @@ chromadb==0.6.3
|
|
| 12 |
# posthog<6.0.0 is temporary fix for ChromaDB telemetry error log messages
|
| 13 |
# https://github.com/vanna-ai/vanna/issues/917
|
| 14 |
posthog==5.4.0
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# LangChain packages
|
| 17 |
langchain==1.2.0
|
|
|
|
| 12 |
# posthog<6.0.0 is temporary fix for ChromaDB telemetry error log messages
|
| 13 |
# https://github.com/vanna-ai/vanna/issues/917
|
| 14 |
posthog==5.4.0
|
| 15 |
+
# Compatible pydantic version for chromadb 0.6.3
|
| 16 |
+
pydantic==2.11.10
|
| 17 |
|
| 18 |
# LangChain packages
|
| 19 |
langchain==1.2.0
|