diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd45cdf0116d..e8ce1686b657a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ChangeLog +## [0.9.45.post1] - 2024-02-07 + +### New Features + +- Upgraded deeplake vector database to use BasePydanticVectorStore (#10504) + +### Bug Fixes / Nits + +- Fix MD parser for inconsistency tables (#10488) +- Fix ImportError for pypdf in MetadataExtractionSEC.ipynb (#10491) + ## [0.9.45] - 2024-02-07 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index d3b54211db5c0..cbb5a2b68f972 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.45 +0.9.45.post1 diff --git a/pyproject.toml b/pyproject.toml index 199b1e8ee5e9c..4b659441ba0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.45" +version = "0.9.45.post1" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}