Skip to content

Commit 2bcd876

Browse files
pin deps harder
1 parent b852b1d commit 2bcd876

File tree

2 files changed

+151
-8
lines changed

2 files changed

+151
-8
lines changed

typescript-sdk/integrations/llamaindex/server-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ readme = "README.md"
1010
requires-python = ">=3.9, <3.14"
1111
dependencies = [
1212
"llama-index-core>=0.14.0,<0.15",
13-
"llama-index-llms-openai",
14-
"llama-index-protocols-ag-ui>=0.2.0,<0.3",
13+
"llama-index-llms-openai>=0.5.0,<0.6.0",
14+
"llama-index-protocols-ag-ui @ file:///Users/loganmarkewich/giant_change/llama_index/llama-index-integrations/protocols/llama-index-protocols-ag-ui",
1515
"jsonpatch>=1.33",
1616
"uvicorn>=0.27.0",
1717
"fastapi>=0.100.0",

0 commit comments

Comments
 (0)