Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump llama-index from 0.9.45 to 0.12.9 in /backend/requirements #4330

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps llama-index from 0.9.45 to 0.12.9.

Release notes

Sourced from llama-index's releases.

v0.12.9

No release notes provided.

v0.12.8

No release notes provided.

v0.12.7

No release notes provided.

v0.12.6

No release notes provided.

v0.12.5

No release notes provided.

v0.12.4

No release notes provided.

v0.12.3

No release notes provided.

v0.12.2

No release notes provided.

v0.12.1

No release notes provided.

2024-11-17 (v0.12.0)

NOTE: Updating to v0.12.0 will require bumping every other llama-index-* package! Every package has had a version bump. Only notable changes are below.

llama-index-core [0.12.0]

  • Dropped python3.8 support, Unpinned numpy (#16973)
  • Kg/dynamic pg triplet retrieval limit (#16928)

llama-index-indices-managed-llama-cloud [0.6.1]

  • Add ID support for LlamaCloudIndex & update from_documents logic, modernize apis (#16927)
  • allow skipping waiting for ingestion when uploading file (#16934)
  • add support for files endpoints (#16933)

llama-index-indices-managed-vectara [0.3.0]

  • Add Custom Prompt Parameter (#16976)

llama-index-llms-bedrock [0.3.0]

  • minor fix for messages/completion to prompt (#15729)

llama-index-llms-bedrock-converse [0.4.0]

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.9]

  • clean up type hints in schema extractor (#17394)
  • Fix IndexError in LLM Reranking when handling malformed LLM responses (#17353)

llama-index-llms-bedrock-converse [0.4.3]

  • Fix Regression on Tools use for Bedrock Converse (#17364)

llama-index-llms-sagemaker-endpoint [0.3.1]

  • Pass aws_region_name to get_aws_service_client() in SageMakerLLM (#12000)

llama-index-postprocessor-voyageai-rerank [0.3.2]

  • VoyageAIRerank constructor fix for truncation (#17343)

llama-index-readers-gitlab [0.3.1]

  • Fix: Properly add blob documents from Gitlab Repo (#17392)

llama-index-readers-rss [0.3.2]

  • Fix minor issues in rss (#17351)

llama-index-readers-web [0.3.3]

  • fix: prevent infinite recursion in get_article_urls (#17360)

llama-index-vector-stores-azureaisearch [0.3.2]

  • azureaisearch: add semantic search mode support for async queries (#17335)

llama-index-vector-stores-azurecosmosnosql [1.3.1]

  • fix storeindex cosmosnosql query issue - (BadRequest) (#17385)

llama-index-vector-stores-milvus [0.5.0]

llama-index-vector-stores-opensearch [0.5.2]

  • Fix typo in property name (#17365)
  • bugfix when initializing with async aoss vector store (#17340)

llama-index-vector-stores-tablestore [0.2.2]

  • TablestoreVectorStore: support hybrid query, modify some documents. (#17366)
  • TablestoreVectorStore check the Dimension of the embedding when writing it to store. (#17321)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [llama-index](https://github.com/run-llama/llama_index) from 0.9.45 to 0.12.9.
- [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.9.45...v0.12.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 21, 2025 22:17
Copy link

vercel bot commented Mar 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 10:20pm

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This update to llama-index represents a major version jump with significant breaking changes, particularly dropping Python 3.8 support in version 0.12.0.

  • Breaking change in v0.12.0 drops Python 3.8 support and unpins numpy dependency which may affect compatibility
  • Update requires bumping all other llama-index-* packages as noted in release notes
  • Multiple bug fixes across components including LLM reranking, schema extraction, and type hints
  • Recommend thorough testing of all llama-index dependent features due to lack of detailed breaking changes documentation
  • Consider staging this update separately from other changes to isolate potential issues

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants