Skip to content

Commit 6906afc

Browse files
rouge/stale deps again (#18912)
1 parent 02d2448 commit 6906afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ name = "llama-index-embeddings-opea"
3030
version = "0.1.2"
3131
description = "llama-index embeddings opea integration"
3232
authors = [{name = "logan-markewich"}]
33-
requires-python = ">=3.8.1,<4.0"
33+
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name = "llama-index-llms-opea"
2929
version = "0.1.2"
3030
description = "llama-index llms opea integration"
3131
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
32-
requires-python = ">=3.8.1,<4.0"
32+
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
dependencies = [

0 commit comments

Comments
 (0)