Skip to content

Commit 02d2448

Browse files
Fix stale/rouge deps (#18911)
1 parent f11fbc2 commit 02d2448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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,15 +27,15 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-embeddings-opea"
30-
version = "0.1.1"
30+
version = "0.1.2"
3131
description = "llama-index embeddings opea integration"
3232
authors = [{name = "logan-markewich"}]
3333
requires-python = ">=3.8.1,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
3737
"llama-index-llms-openai>=0.4.0,<0.5",
38-
"llama-index-core>=0.11.0,<0.12",
38+
"llama-index-core>=0.12.0,<0.13",
3939
]
4040

4141
[tool.codespell]

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

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

2727
[project]
2828
name = "llama-index-llms-opea"
29-
version = "0.1.1"
29+
version = "0.1.2"
3030
description = "llama-index llms opea integration"
3131
authors = [{name = "Logan Markewich", email = "[email protected]"}]
3232
requires-python = ">=3.8.1,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [
36-
"llama-index-core>=0.11.0,<0.12",
36+
"llama-index-core>=0.12.0,<0.13",
3737
"llama-index-llms-openai-like>=0.4.0,<0.5",
3838
]
3939

0 commit comments

Comments
 (0)