Upgrade tenacity to respect min time for exponential backoff

Fix for issue is in tenacity 9.0.0. But older langchain required
tenacity <0.9.0.

Explicitly pin version of langchain sub packages to avoid indexing
and doc parsing breakage.
This commit is contained in:
Debanjum
2025-05-17 14:21:47 -07:00
parent 988bde651c
commit fd591c6e6c
11 changed files with 13 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
from copy import deepcopy
import tiktoken
from langchain.schema import ChatMessage
from langchain_core.messages.chat import ChatMessage
from khoj.processor.conversation import utils