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

fix: update llama-index requirement from <=0.6.5,>=0.6.0 to >=0.6.0,<=0.6.7 #87

Merged
merged 1 commit into from
May 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

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

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 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)

Updates the requirements on [llama-index](https://github.com/jerryjliu/llama_index) to permit the latest version.
- [Release notes](https://github.com/jerryjliu/llama_index/releases)
- [Commits](run-llama/llama_index@v0.6.0...v0.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Summary by GPT-4

In this diff, the dependency version range for llama-index has been updated. Previously, it was set to be greater than or equal to 0.6.0 and less than or equal to 0.6.5. Now, it has been changed to be greater than or equal to 0.6.0 and less than or equal to 0.6.7.

This means that the project can now use versions of llama-index up to 0.6.7, instead of being limited to 0.6.5 as before.

Suggestions

  1. Add a brief description of the changes made in the PR, for example:

    "Updated the version range of 'llama-index' dependency in pyproject.toml."

  2. If there are any breaking changes or known issues with the new version of 'llama-index', mention them in the PR description.

  3. If possible, provide a rationale for updating the dependency version, such as bug fixes or new features that will be utilized by your project.

  4. Ensure that all tests pass with the updated dependency version and mention this in the PR description.

  5. If there are any other dependencies that need to be updated due to this change, include them in this PR as well.

Overall, providing more context and information about the changes made in a PR can help reviewers understand the purpose and impact of those changes, leading to a smoother review process.

@codecov-commenter
Copy link

Codecov Report

Merging #87 (899c75b) into main (60c0d8e) will decrease coverage by 2.60%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##              main      #87      +/-   ##
===========================================
- Coverage   100.00%   97.40%   -2.60%     
===========================================
  Files           13       13              
  Lines          462      462              
  Branches        67       67              
===========================================
- Hits           462      450      -12     
- Misses           0       10      +10     
- Partials         0        2       +2     
Flag Coverage Δ
integration ?
unittests 96.96% <ø> (ø)
unittests-3.10 92.42% <ø> (ø)
unittests-3.11 92.42% <ø> (ø)
unittests-3.8 92.42% <ø> (ø)
unittests-3.9 92.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@dciborow dciborow self-requested a review May 15, 2023 16:10
@dciborow dciborow merged commit 1c403e6 into main May 15, 2023
@dciborow dciborow deleted the dependabot/pip/llama-index-gte-0.6.0-and-lte-0.6.7 branch May 15, 2023 20:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants