Skip to content

Commit 4ff728f

Browse files
v0.13.6 (#19804)
1 parent 2ba2c97 commit 4ff728f

File tree

6 files changed

+30
-10
lines changed

6 files changed

+30
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog
22

3+
## [2025-09-06]
4+
5+
### `llama-index-core` [0.13.6]
6+
7+
- chore: remove openai selector from core utils function (#19803)
8+
9+
### `llama-index-llms-cometapi` [0.1.0]
10+
11+
- feat: Add CometAPI LLM integration (#19793)
12+
313
## [2025-09-04]
414

515
### `llama-index-core` [0.13.5]

docs/docs/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog
22

3+
## [2025-09-06]
4+
5+
### `llama-index-core` [0.13.6]
6+
7+
- chore: remove openai selector from core utils function (#19803)
8+
9+
### `llama-index-llms-cometapi` [0.1.0]
10+
11+
- feat: Add CometAPI LLM integration (#19793)
12+
313
## [2025-09-04]
414

515
### `llama-index-core` [0.13.5]
@@ -26,7 +36,7 @@
2636

2737
### `llama-index-vector-stores-milvus` [0.9.1]
2838

29-
- fix: create TextNode if no '_node_content' set (#19772)
39+
- fix: create TextNode if no '\_node_content' set (#19772)
3040

3141
### `llama-index-vector-stores-postgres` [0.6.5]
3242

llama-index-core/llama_index/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level imports for LlamaIndex."""
22

3-
__version__ = "0.13.5"
3+
__version__ = "0.13.6"
44

55
import logging
66
from logging import NullHandler

llama-index-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131

3232
[project]
3333
name = "llama-index-core"
34-
version = "0.13.5"
34+
version = "0.13.6"
3535
description = "Interface between LLMs and your data"
3636
authors = [{name = "Jerry Liu", email = "jerry@llamaindex.ai"}]
3737
requires-python = ">=3.9,<4.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141
dependencies = [
4242
"llama-index-cli>=0.5.0,<0.6",
43-
"llama-index-core>=0.13.5,<0.14",
43+
"llama-index-core>=0.13.6,<0.14",
4444
"llama-index-embeddings-openai>=0.5.0,<0.6",
4545
"llama-index-indices-managed-llama-cloud>=0.4.0",
4646
"llama-index-llms-openai>=0.5.0,<0.6",
@@ -70,7 +70,7 @@ maintainers = [
7070
name = "llama-index"
7171
readme = "README.md"
7272
requires-python = ">=3.9,<4.0"
73-
version = "0.13.5"
73+
version = "0.13.6"
7474

7575
[project.scripts]
7676
llamaindex-cli = "llama_index.cli.command_line:main"

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)