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 deps #270

Merged
merged 1 commit into from
Apr 4, 2024
Merged

fix deps #270

merged 1 commit into from
Apr 4, 2024

Conversation

emrgnt-cmplxty
Copy link
Contributor

@emrgnt-cmplxty emrgnt-cmplxty commented Apr 4, 2024

Ellipsis 🚀 This PR description was created by Ellipsis for commit 61ac6d3.

Summary:

This PR updates package versions, modifies the optional status of some packages, updates package dependencies in poetry.lock, and moves sentence-transformers to optional dependencies in pyproject.toml.

Key points:

  • Updated versions of several packages in poetry.lock.
  • Changed the optional status of some packages in poetry.lock.
  • Updated dependencies of some packages in poetry.lock.
  • Moved sentence-transformers from required to optional dependencies in pyproject.toml.
  • Added sentence-transformers to local_llm extra in pyproject.toml.

Generated with ❤️ by ellipsis.dev

Copy link

vercel bot commented Apr 4, 2024

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

Name Status Preview Updated (UTC)
r2r-docs 🔄 Building (Inspect) Visit Preview Apr 4, 2024 5:32pm

@emrgnt-cmplxty emrgnt-cmplxty marked this pull request as ready for review April 4, 2024 17:32
@emrgnt-cmplxty emrgnt-cmplxty merged commit 7796ca0 into main Apr 4, 2024
1 of 2 checks passed
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me!

  • Reviewed the entire pull request up to 61ac6d3
  • Looked at 334 lines of code in 2 files
  • Took 2 minutes and 31 seconds to review
More info
  • Skipped 0 files when reviewing.
  • Skipped posting 6 additional comments because they didn't meet confidence threshold of 50%.
1. pyproject.toml:48:
  • Assessed confidence : 50%
  • Comment:
    The 'sentence-transformers' package has been moved from the required dependencies to the optional dependencies. Please ensure that it is not used in a non-optional context.
  • Reasoning:
    The 'sentence-transformers' package has been moved from the required dependencies to the optional dependencies. This change could potentially break the code if it is used in a non-optional context. I need to check the codebase to see if 'sentence-transformers' is used outside of the optional contexts.
2. pyproject.toml:62:
  • Assessed confidence : 50%
  • Comment:
    The 'sentence-transformers' package has been added to the 'local_llm' extra dependencies. Please ensure that it is only used in the context of 'local_llm'.
  • Reasoning:
    The 'sentence-transformers' package has been added to the 'local_llm' extra dependencies. This change seems fine as long as 'sentence-transformers' is only used in the context of 'local_llm'.
3. pyproject.toml:63:
  • Assessed confidence : 50%
  • Comment:
    The 'sentence-transformers' package has been added to the 'all' extra dependencies. Please ensure that it is only used in the context of 'all'.
  • Reasoning:
    The 'sentence-transformers' package has been added to the 'all' extra dependencies. This change seems fine as long as 'sentence-transformers' is only used in the context of 'all'.
4. poetry.lock:3296:
  • Assessed confidence : 50%
  • Comment:
    The 'nbformat' package version has been updated from '5.10.3' to '5.10.4'. Please ensure that this update does not introduce any breaking changes by checking the release notes of the new version.
  • Reasoning:
    The 'nbformat' package version has been updated from '5.10.3' to '5.10.4'. This is a minor version update, so it should not introduce any breaking changes. However, it's always good to double-check the release notes of the new version to ensure no breaking changes were introduced.
5. poetry.lock:3572:
  • Assessed confidence : 50%
  • Comment:
    The 'openai' package version has been updated from '1.16.1' to '1.16.2'. Please ensure that this update does not introduce any breaking changes by checking the release notes of the new version.
  • Reasoning:
    The 'openai' package version has been updated from '1.16.1' to '1.16.2'. This is a minor version update, so it should not introduce any breaking changes. However, it's always good to double-check the release notes of the new version to ensure no breaking changes were introduced.
6. poetry.lock:3761:
  • Assessed confidence : 50%
  • Comment:
    The 'parea-ai' package version has been updated from '0.2.120' to '0.2.121'. Please ensure that this update does not introduce any breaking changes by checking the release notes of the new version.
  • Reasoning:
    The 'parea-ai' package version has been updated from '0.2.120' to '0.2.121'. This is a minor version update, so it should not introduce any breaking changes. However, it's always good to double-check the release notes of the new version to ensure no breaking changes were introduced.

Workflow ID: wflow_U8KvfZBl5Eh9rjXh


Not what you expected? You can customize the content of the reviews using rules. Learn more here.

@emrgnt-cmplxty emrgnt-cmplxty deleted the feature/fix-deps branch April 4, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant