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"
8
8
dependencies = [
9
9
"llama-index-workflows>=2.2.0,<3 .0.0 " ,
10
10
" 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 " ,
14
14
" python-dotenv >=1.1.1",
15
15
]
16
16
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ requires-python = ">=3.12"
8
8
dependencies = [
9
9
" llama-index-workflows>=2.2.0,<3.0.0" ,
10
10
" 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 " ,
14
14
" python-dotenv>=1.1.1" ,
15
15
]
16
16
You can’t perform that action at this time.
0 commit comments