Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions libs/e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ langchain-google-genai = { git = "https://github.com/langchain-ai/langchain-goog
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/vertexai" }
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain-nvidia.git", branch = "main", subdirectory = "libs/ai-endpoints" }

# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
tenacity = ">=8.1.0,!=8.4.0"

llama-index = "0.10.43"
llama-index-core = "0.10.43"
llama-index = "0.10.46"
llama-index-core = "0.10.46"
llama-index-vector-stores-astra-db = "0.1.7"
llama-index-vector-stores-cassandra = "0.1.3"
llama-index-embeddings-langchain = "0.1.2"
Expand Down
3 changes: 0 additions & 3 deletions libs/e2e-tests/pyproject.llamaindex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ langchain-google-genai = { version = "1.0.6" }
langchain-google-vertexai = { version = "1.0.5" }
langchain-nvidia-ai-endpoints = { version = "0.1.1" }

# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
tenacity = ">=8.1.0,!=8.4.0"

unstructured = "0.14.5"

[tool.poetry.group.dev.dependencies]
Expand Down
6 changes: 2 additions & 4 deletions libs/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.14.5"
ragstack-ai-colbert ={ version = "1.0.5", optional = true }
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
tenacity = ">=8.1.0,!=8.4.0"

# llama-index
llama-index = "0.10.43"
llama-index-core = "0.10.43"
llama-index = "0.10.46"
llama-index-core = "0.10.46"
llama-index-vector-stores-astra-db = "0.1.7"
llama-index-vector-stores-cassandra = "0.1.3"
llama-index-embeddings-langchain = "0.1.2"
Expand Down