We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b852b1d commit 2bcd876Copy full SHA for 2bcd876
typescript-sdk/integrations/llamaindex/server-py/pyproject.toml
@@ -10,8 +10,8 @@ readme = "README.md"
10
requires-python = ">=3.9, <3.14"
11
dependencies = [
12
"llama-index-core>=0.14.0,<0.15",
13
- "llama-index-llms-openai",
14
- "llama-index-protocols-ag-ui>=0.2.0,<0.3",
+ "llama-index-llms-openai>=0.5.0,<0.6.0",
+ "llama-index-protocols-ag-ui @ file:///Users/loganmarkewich/giant_change/llama_index/llama-index-integrations/protocols/llama-index-protocols-ag-ui",
15
"jsonpatch>=1.33",
16
"uvicorn>=0.27.0",
17
"fastapi>=0.100.0",
0 commit comments