Skip to content

Commit 2407e5d

Browse files
fix llm deps for openai (#19944)
1 parent dc58a3d commit 2407e5d

File tree

30 files changed

+88
-91
lines changed

30 files changed

+88
-91
lines changed

llama-index-cli/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev = [
88
"codespell[toml]>=v2.2.6",
99
"ipython==8.10.0",
1010
"jupyter>=1.0.0,<2",
11-
"llama-index-vector-stores-chroma>=0.4.1,<0.5",
11+
"llama-index-vector-stores-chroma>=0.4.1",
1212
"mypy==0.991",
1313
"pre-commit==3.2.0",
1414
"pylint==2.15.10",
@@ -26,10 +26,10 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-cli"
29-
version = "0.5.1"
29+
version = "0.5.2"
3030
description = "llama-index cli"
3131
authors = [{name = "llamaindex"}]
32-
requires-python = ">=3.9,<4.0"
32+
requires-python = ">=3.10,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
maintainers = [
@@ -43,7 +43,7 @@ maintainers = [
4343
dependencies = [
4444
"llama-index-core>=0.13.0,<0.15",
4545
"llama-index-embeddings-openai>=0.5.0,<0.6",
46-
"llama-index-llms-openai>=0.5.0,<0.6",
46+
"llama-index-llms-openai>=0.6.0,<0.7",
4747
]
4848

4949
[project.scripts]

llama-index-integrations/embeddings/llama-index-embeddings-anyscale/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-embeddings-anyscale"
29-
version = "0.4.1"
29+
version = "0.4.2"
3030
description = "llama-index embeddings anyscale integration"
3131
authors = [{name = "Your Name", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-llms-openai>=0.5.0,<0.6",
37-
"llama-index-core>=0.13.0,<0.15",
36+
"llama-index-embeddings-openai>=0.5.0,<0.6",
37+
"llama-index-llms-openai>=0.6.0,<0.7",
38+
"llama-index-core>=0.14.3,<0.15",
3839
]
3940

4041
[tool.codespell]

llama-index-integrations/embeddings/llama-index-embeddings-baseten/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-embeddings-baseten"
30-
version = "0.1.1"
30+
version = "0.1.2"
3131
description = "llama-index embeddings baseten integration"
3232
authors = [{name = "alexker"}]
3333
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
37-
"llama-index-llms-openai>=0.5.0,<0.6",
37+
"llama-index-embeddings-openai>=0.5.0,<0.6",
3838
"llama-index-core>=0.13.0,<0.15",
3939
]
4040

llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-embeddings-fireworks"
30-
version = "0.4.1"
30+
version = "0.4.2"
3131
description = "llama-index embeddings fireworks integration"
3232
authors = [{name = "benjibc"}]
3333
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
37-
"llama-index-llms-openai>=0.5.0,<0.6",
37+
"llama-index-embeddings-openai>=0.5.0,<0.6",
3838
"llama-index-core>=0.13.0,<0.15",
3939
]
4040

llama-index-integrations/embeddings/llama-index-embeddings-opea/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-embeddings-opea"
30-
version = "0.2.1"
30+
version = "0.2.2"
3131
description = "llama-index embeddings opea integration"
3232
authors = [{name = "logan-markewich"}]
3333
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
37-
"llama-index-llms-openai>=0.5.0,<0.6",
37+
"llama-index-embeddings-openai>=0.5.0,<0.6",
3838
"llama-index-core>=0.13.0,<0.15",
3939
]
4040

llama-index-integrations/llms/llama-index-llms-anthropic/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-llms-anthropic"
30-
version = "0.9.0"
30+
version = "0.9.1"
3131
description = "llama-index llms anthropic integration"
3232
authors = [{name = "Your Name", email = "[email protected]"}]
3333
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
3737
"anthropic[bedrock, vertex]>=0.62.0",
38-
"llama-index-core>=0.13.0,<0.15",
38+
"llama-index-core>=0.14.3,<0.15",
3939
]
4040

4141
[tool.codespell]

llama-index-integrations/llms/llama-index-llms-anyscale/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-llms-anyscale"
29-
version = "0.4.1"
29+
version = "0.4.2"
3030
description = "llama-index llms anyscale integration"
3131
authors = [{name = "Your Name", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-llms-openai>=0.5.0,<0.6",
37-
"llama-index-core>=0.13.0,<0.15",
36+
"llama-index-llms-openai>=0.6.0,<0.7",
37+
"llama-index-core>=0.14.3,<0.15",
3838
]
3939

4040
[tool.codespell]

llama-index-integrations/llms/llama-index-llms-azure-openai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-llms-azure-openai"
29-
version = "0.4.1"
29+
version = "0.4.2"
3030
description = "llama-index llms azure openai integration"
3131
authors = [{name = "Your Name", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-llms-openai>=0.5.0,<0.6",
36+
"llama-index-llms-openai>=0.6.0,<0.7",
3737
"azure-identity>=1.15.0,<2",
3838
"httpx",
39-
"llama-index-core>=0.13.0,<0.15",
39+
"llama-index-core>=0.14.3,<0.15",
4040
]
4141

4242
[tool.codespell]

llama-index-integrations/llms/llama-index-llms-baseten/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-llms-baseten"
29-
version = "0.1.4"
29+
version = "0.1.5"
3030
description = "llama-index llms baseten integration"
3131
authors = [{name = "alexker"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-llms-openai>=0.5.0,<0.6",
37-
"llama-index-core>=0.13.0,<0.15",
36+
"llama-index-llms-openai>=0.6.0,<0.7",
37+
"llama-index-core>=0.14.3,<0.15",
3838
]
3939

4040
[tool.codespell]

llama-index-integrations/llms/llama-index-llms-deepinfra/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-llms-deepinfra"
29-
version = "0.5.1"
29+
version = "0.5.2"
3030
description = "llama-index llms deepinfra integration"
3131
authors = [{name = "Oguz Vuruskaneer", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-llms-openai>=0.5.0,<0.6",
36+
"llama-index-llms-openai>=0.6.0,<0.7",
3737
"aiohttp>=3.8.1,<4",
3838
"tenacity>=8.1.0,<8.4.0",
39-
"llama-index-core>=0.13.0,<0.15",
39+
"llama-index-core>=0.14.3,<0.15",
4040
]
4141

4242
[tool.codespell]

0 commit comments

Comments
 (0)