From 179b3c612943b34e4ca4c37b592563568e8ecd3e Mon Sep 17 00:00:00 2001 From: Erlie Shang Date: Wed, 9 Oct 2024 08:02:04 +0000 Subject: [PATCH] remove the python highest version restriction from fireworks library --- .../embeddings/llama-index-embeddings-fireworks/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml b/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml index 2f7bb10faedfe..5a36b1dd91bcc 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml +++ b/llama-index-integrations/embeddings/llama-index-embeddings-fireworks/pyproject.toml @@ -30,7 +30,7 @@ readme = "README.md" version = "0.2.0" [tool.poetry.dependencies] -python = ">=3.8.1,<3.12" +python = ">=3.8.1" llama-index-llms-openai = "^0.2.0" llama-index-core = "^0.11.0"