Skip to content
Snippets Groups Projects
Unverified Commit e75fb27d authored by Haotian Zhang's avatar Haotian Zhang Committed by GitHub
Browse files

Version bump to 0.9.45.post1 (#10505)

parent 371ef2cf
No related branches found
No related tags found
No related merge requests found
# ChangeLog # 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 ## [0.9.45] - 2024-02-07
### New Features ### New Features
......
0.9.45 0.9.45.post1
...@@ -42,7 +42,7 @@ name = "llama-index" ...@@ -42,7 +42,7 @@ name = "llama-index"
packages = [{include = "llama_index"}] packages = [{include = "llama_index"}]
readme = "README.md" readme = "README.md"
repository = "https://github.com/run-llama/llama_index" repository = "https://github.com/run-llama/llama_index"
version = "0.9.45" version = "0.9.45.post1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment