Skip to content

Commit d363ced

Browse files
authored
bump llamaindex server package versions to 0.1.13 (python) and 0.1.3 (ts) (#568)
1 parent 293c6f9 commit d363ced

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/empty-flies-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
Bump llamaindex server packages

templates/types/llamaindexserver/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python-dotenv = "^1.0.0"
1919
pydantic = "<2.10"
2020
aiostream = "^0.5.2"
2121
llama-index-core = "^0.12.28"
22-
llama-index-server = "^0.1.12"
22+
llama-index-server = "^0.1.13"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
mypy = "^1.8.0"

templates/types/llamaindexserver/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@llamaindex/openai": "0.2.0",
1111
"@llamaindex/readers": "^2.0.0",
12-
"@llamaindex/server": "0.1.0",
12+
"@llamaindex/server": "0.1.3",
1313
"@llamaindex/tools": "0.0.4",
1414
"dotenv": "^16.4.7",
1515
"llamaindex": "0.9.17",

0 commit comments

Comments
 (0)