microsoft / gpt-review

MIT License
249 stars 48 forks source link

fix: update llama-index requirement from <0.9.0,>=0.6.0 to >=0.6.0,<0.11.0 #238

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on llama-index to permit the latest version.

Release notes

Sourced from llama-index's releases.

2024-05-31 (v0.10.42)

llama-index-core [0.10.42]

  • Allow proper setting of the vector store in property graph index (#13816)
  • fix imports in langchain bridge (#13871)

llama-index-graph-stores-nebula [0.2.0]

  • NebulaGraph support for PropertyGraphStore (#13816)

llama-index-llms-langchain [0.1.5]

  • fix fireworks imports in langchain llm (#13871)

llama-index-llms-openllm [0.1.5]

  • feat(openllm): 0.5 sdk integrations update (#13848)

llama-index-llms-premai [0.1.5]

  • Update SDK compatibility (#13836)

llama-index-readers-google [0.2.6]

  • Fixed a bug with tokens causing an infinite loop in GoogleDriveReader (#13863)
Changelog

Sourced from llama-index's changelog.

llama-index-core [0.10.42]

  • Allow proper setting of the vector store in property graph index (#13816)
  • fix imports in langchain bridge (#13871)

llama-index-graph-stores-nebula [0.2.0]

  • NebulaGraph support for PropertyGraphStore (#13816)

llama-index-llms-langchain [0.1.5]

  • fix fireworks imports in langchain llm (#13871)

llama-index-llms-openllm [0.1.5]

  • feat(openllm): 0.5 sdk integrations update (#13848)

llama-index-llms-premai [0.1.5]

  • Update SDK compatibility (#13836)

llama-index-readers-google [0.2.6]

  • Fixed a bug with tokens causing an infinite loop in GoogleDriveReader (#13863)

[2024-05-30]

llama-index-core [0.10.41]

  • pass embeddings from index to property graph retriever (#13843)
  • protect instrumentation event/span handlers from each other (#13823)
  • add missing events for completion streaming (#13824)
  • missing callback_manager.on_event_end when there is exception (#13825)

llama-index-llms-gemini [0.1.10]

  • use model kwarg for model name for gemini (#13791)

llama-index-llms-mistralai [0.1.15]

  • Add mistral code model (#13807)
  • update mistral codestral with fill in middle endpoint (#13810)

llama-index-llms-openllm [0.1.5]

  • 0.5 integrations update (#13848)

llama-index-llms-vertex [0.1.8]

  • Safety setting for Pydantic Error for Vertex Integration (#13817)

... (truncated)

Commits


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 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)
dependabot[bot] commented 2 months ago

Superseded by #243.