File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 156156 "loguru" : {
157157 "package" : "loguru" ,
158158 },
159- # openai: pytest-asyncio
160- # openai-v1.0: openai~=1.0.0
161- # openai-v1.0: tiktoken
162- # openai-v1.0: httpx<0.28.0
163- # openai-v1.22: openai~=1.22.0
164- # openai-v1.22: tiktoken
165- # openai-v1.22: httpx<0.28.0
166- # openai-v1.55: openai~=1.55.0
167- # openai-v1.55: tiktoken
168- # openai-latest: openai
169- # openai-latest: tiktoken~=0.6.0
170- # openai-notiktoken: openai
171159 "openai" : {
172160 "package" : "openai" ,
173161 "deps" : {
174162 "*" : ["tiktoken" , "pytest-asyncio" ],
175163 "<1.23" : ["httpx<0.28.0" ],
176164 },
177165 "variants" : ["openai-notiktoken" ],
166+ "python" : ">=3.9" ,
178167 },
179168 "openai-notiktoken" : {
180169 "package" : "openai" ,
You can’t perform that action at this time.
0 commit comments