File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ requires-python = ">=3.12"
88dependencies = [
99 "llama-index-workflows>=2.2.0,<3 .0.0 " ,
1010 " llama-cloud-services >=0.6.69",
11- "llama-index-core>=0.14.0",
12- "llama-index-llms-openai>=0.5.6",
13- "llama-index-embeddings-openai>=0.5.1",
11+ "llama-index-core>=0.14.0,< 0 .15.0 " ,
12+ " llama-index-llms-openai >=0.5.6,< 0 .6.0 " ,
13+ " llama-index-embeddings-openai >=0.5.1,< 0 .6.0 " ,
1414 " python-dotenv >=1.1.1",
1515]
1616
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ requires-python = ">=3.12"
88dependencies = [
99 " llama-index-workflows>=2.2.0,<3.0.0" ,
1010 " llama-cloud-services>=0.6.69" ,
11- " llama-index-core>=0.14.0" ,
12- " llama-index-llms-openai>=0.5.6" ,
13- " llama-index-embeddings-openai>=0.5.1" ,
11+ " llama-index-core>=0.14.0,<0.15.0 " ,
12+ " llama-index-llms-openai>=0.5.6,<0.6.0 " ,
13+ " llama-index-embeddings-openai>=0.5.1,<0.6.0 " ,
1414 " python-dotenv>=1.1.1" ,
1515]
1616
You can’t perform that action at this time.
0 commit comments