Skip to content

Commit

Permalink
fix: update llama-index requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [llama-index](https://github.com/run-llama/llama_index) to permit the latest version.
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.6.0...v0.10.51)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent f5d1749 commit 1434b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
'azure-functions; python_version <= "3.10"',
'azure-identity',
'azure-keyvault-secrets',
'llama-index>=0.6.0,<0.9.0',
'llama-index>=0.10.51,<0.11.0',
'httpx',
'GitPython',
'knack',
Expand Down

0 comments on commit 1434b8f

Please sign in to comment.