Skip to content

Commit a221bc6

Browse files
Release 0.1.23 (#690)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c0fb51 commit a221bc6

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/polite-bugs-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

python/llama-index-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @create-llama/llama-index-server
22

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- 6c0fb51: fix: stream not stop after sending HumanInputEvent
8+
39
## 0.1.22
410

511
### Patch Changes

python/llama-index-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@create-llama/llama-index-server",
33
"private": true,
4-
"version": "0.1.22",
4+
"version": "0.1.23",
55
"type": "module",
66
"scripts": {
77
"prebuild": "uv run -- scripts/frontend.py --mode copy",

python/llama-index-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama-index-server"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "llama-index fastapi server"
55
readme = "README.md"
66
license = "MIT"

python/llama-index-server/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)