From 8f20113302b0e28dcf5313f702b6e30a9ee0461c Mon Sep 17 00:00:00 2001 From: Logan Date: Thu, 9 Nov 2023 15:30:11 -0600 Subject: [PATCH] [version] bump to v0.8.66 (#8816) --- CHANGELOG.md | 11 +++++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f46b8acbe6f6..5b8ada71fb18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ChangeLog +## [0.8.66] - 2023-11-09 + +### New Features + +- Support parallel function calling with new OpenAI client in `OpenAIPydanticProgram` (#8793) + +### Bug Fixes / Nits + +- Fix bug in pydantic programs with new OpenAI client (#8793) +- Fixed bug with un-listable fsspec objects (#8795) + ## [0.8.65] - 2023-11-08 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index a8fd92554a0ba..2736dd151b994 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.65 +0.8.66 diff --git a/pyproject.toml b/pyproject.toml index c806360bb045d..0deb7665c542e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.8.65" +version = "0.8.66" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}