Skip to content

Commit f9d285c

Browse files
authored
Bump llama-index version to 0.10.46 (#502)
1 parent 3273ee8 commit f9d285c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

libs/e2e-tests/pyproject.langchain.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ langchain-google-genai = { git = "https://github.com/langchain-ai/langchain-goog
3838
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/vertexai" }
3939
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain-nvidia.git", branch = "main", subdirectory = "libs/ai-endpoints" }
4040

41-
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
42-
tenacity = ">=8.1.0,!=8.4.0"
43-
44-
llama-index = "0.10.43"
45-
llama-index-core = "0.10.43"
41+
llama-index = "0.10.46"
42+
llama-index-core = "0.10.46"
4643
llama-index-vector-stores-astra-db = "0.1.7"
4744
llama-index-vector-stores-cassandra = "0.1.3"
4845
llama-index-embeddings-langchain = "0.1.2"

libs/e2e-tests/pyproject.llamaindex.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ langchain-google-genai = { version = "1.0.6" }
5353
langchain-google-vertexai = { version = "1.0.5" }
5454
langchain-nvidia-ai-endpoints = { version = "0.1.1" }
5555

56-
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
57-
tenacity = ">=8.1.0,!=8.4.0"
58-
5956
unstructured = "0.14.5"
6057

6158
[tool.poetry.group.dev.dependencies]

libs/llamaindex/pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.14.5"
1717
ragstack-ai-colbert ={ version = "1.0.5", optional = true }
18-
# tenacity 8.4.0 is broken https://github.com/jd/tenacity/issues/471
19-
tenacity = ">=8.1.0,!=8.4.0"
2018

2119
# llama-index
22-
llama-index = "0.10.43"
23-
llama-index-core = "0.10.43"
20+
llama-index = "0.10.46"
21+
llama-index-core = "0.10.46"
2422
llama-index-vector-stores-astra-db = "0.1.7"
2523
llama-index-vector-stores-cassandra = "0.1.3"
2624
llama-index-embeddings-langchain = "0.1.2"

0 commit comments

Comments
 (0)