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

build(deps): bump the all group with 6 updates #427

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps the all group with 6 updates:

Package From To
LangChain.Databases.Abstractions 0.15.1-dev.77 0.15.2
LangChain.Databases.Sqlite 0.15.1-dev.77 0.15.2
tryAGI.OpenAI 3.2.1 3.3.0
LangChain.Databases.InMemory 0.15.1-dev.77 0.15.2
AWSSDK.BedrockAgentRuntime 3.7.400.3 3.7.401
LLamaSharp 0.14.0 0.15.0

Updates LangChain.Databases.Abstractions from 0.15.1-dev.77 to 0.15.2

Commits

Updates LangChain.Databases.Sqlite from 0.15.1-dev.77 to 0.15.2

Commits

Updates LangChain.Databases.Abstractions from 0.15.1-dev.77 to 0.15.2

Commits

Updates tryAGI.OpenAI from 3.2.1 to 3.3.0

Commits
  • c25eb8c test: Refactor WeatherTools test to use custom providers.
  • d24f72b docs: Updated README with simple usage example.
  • 48b0388 test: Added base tests for all providers.
  • fe63003 fix: Fixed issue with required logprobs for some providers.
  • 70d5387 fix: Fixed some issues with Constants.
  • 3b10fea feat: Added implicit response conversion to string.
  • 138a799 feat: Added constructor with ApiKey.
  • 5a7d359 refactor: Now structs can be extended.
  • 1e0485f feat: Added implicit cast from string to ChatCompletionRequestUserMessage. No...
  • ef6b438 feat: Renamed Providers to CustomProviders. Added base url constants.
  • See full diff in compare view

Updates LangChain.Databases.InMemory from 0.15.1-dev.77 to 0.15.2

Commits

Updates LangChain.Databases.Abstractions from 0.15.1-dev.77 to 0.15.2

Commits

Updates AWSSDK.BedrockAgentRuntime from 3.7.400.3 to 3.7.401

Commits

Updates LLamaSharp from 0.14.0 to 0.15.0

Commits
  • d9e0d26 Merge pull request #890 from martindevans/v0.15.0
  • 9066cc8 Release v0.15.0
  • bb2f3ad Merge pull request #874 from martindevans/llama_3.1_update_binaries
  • d1dbb21 Merge branch 'master' into llama_3.1_update_binaries
  • 2816c58 Merge pull request #883 from martindevans/remove_incorrect_exception_doc_comm...
  • 20c9f56 Merge pull request #885 from martindevans/safer_vulkan_sysinfo
  • 7fa8083 Fixed missing parameter in netstd2.1
  • 4c9b78d Redirecting stderr
  • c31ebbd Better handling of the vulkaninfo process, in case it hangs.
  • 2a335d0 Fixed some comments saying a method throws RunTime when it actually throws a ...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • New Features
    • Upgraded to stable versions of various packages, potentially introducing new functionalities and improvements.
  • Bug Fixes
    • Updated packages may include bug fixes, enhancing overall stability and performance.
  • Chores
    • Maintenance updates to keep package dependencies current across the application.

Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [LangChain.Databases.Abstractions](https://github.com/tryAGI/LangChain.Databases) | `0.15.1-dev.77` | `0.15.2` |
| [LangChain.Databases.Sqlite](https://github.com/tryAGI/LangChain.Databases) | `0.15.1-dev.77` | `0.15.2` |
| [tryAGI.OpenAI](https://github.com/tryAGI/OpenAI) | `3.2.1` | `3.3.0` |
| [LangChain.Databases.InMemory](https://github.com/tryAGI/LangChain.Databases) | `0.15.1-dev.77` | `0.15.2` |
| [AWSSDK.BedrockAgentRuntime](https://github.com/aws/aws-sdk-net) | `3.7.400.3` | `3.7.401` |
| [LLamaSharp](https://github.com/SciSharp/LLamaSharp) | `0.14.0` | `0.15.0` |


Updates `LangChain.Databases.Abstractions` from 0.15.1-dev.77 to 0.15.2
- [Commits](https://github.com/tryAGI/LangChain.Databases/commits/v0.15.2)

Updates `LangChain.Databases.Sqlite` from 0.15.1-dev.77 to 0.15.2
- [Commits](https://github.com/tryAGI/LangChain.Databases/commits/v0.15.2)

Updates `LangChain.Databases.Abstractions` from 0.15.1-dev.77 to 0.15.2
- [Commits](https://github.com/tryAGI/LangChain.Databases/commits/v0.15.2)

Updates `tryAGI.OpenAI` from 3.2.1 to 3.3.0
- [Commits](tryAGI/OpenAI@v3.2.1...v3.3.0)

Updates `LangChain.Databases.InMemory` from 0.15.1-dev.77 to 0.15.2
- [Commits](https://github.com/tryAGI/LangChain.Databases/commits/v0.15.2)

Updates `LangChain.Databases.Abstractions` from 0.15.1-dev.77 to 0.15.2
- [Commits](https://github.com/tryAGI/LangChain.Databases/commits/v0.15.2)

Updates `AWSSDK.BedrockAgentRuntime` from 3.7.400.3 to 3.7.401
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.401.0)

Updates `LLamaSharp` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/SciSharp/LLamaSharp/releases)
- [Commits](SciSharp/LLamaSharp@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: LangChain.Databases.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LangChain.Databases.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LangChain.Databases.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tryAGI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: LangChain.Databases.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LangChain.Databases.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: AWSSDK.BedrockAgentRuntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LLamaSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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

coderabbitai bot commented Aug 6, 2024

Walkthrough

The updates primarily involve version increments for various package dependencies in the project, transitioning some from development versions to stable releases. Notably, LangChain.Databases.Sqlite and other related packages have moved to version 0.15.2, while several other packages received minor updates. These changes likely enhance stability and introduce new features or fixes, aligning the project with the latest improvements in its dependencies.

Changes

Files Change Summary
LangChain.Samples.LocalRAG.csproj Updated LangChain.Databases.Sqlite from 0.15.1-dev.77 to 0.15.2.
src/Directory.Packages.props Upgraded multiple packages: AWSSDK.BedrockAgentRuntime to 3.7.401, LangChain.Databases.* to 0.15.2, LLamaSharp to 0.15.0, and tryAGI.OpenAI to 3.3.0.

Sequence Diagram(s)

sequenceDiagram
    participant Developer
    participant DependencyManager
    participant Project

    Developer->>DependencyManager: Update package versions
    DependencyManager->>Project: Resolve new versions
    Project->>Project: Integrate updated packages
    Project->>Developer: Confirm updates applied
Loading

Poem

🌟🐇
In the garden of code, we hop with glee,
New versions bloom, as bright as can be!
Packages sprout, with fixes and flair,
Enhancing our tools, oh, what a rare air!
A leap towards stability, we now embrace,
With each little change, we quicken our pace!
🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot enabled auto-merge August 6, 2024 21:30
@github-actions github-actions bot merged commit 673bb19 into main Aug 6, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/all-449418cee4 branch August 6, 2024 21:32
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 77c28f3 and 50ba263.

Files selected for processing (2)
  • examples/LangChain.Samples.LocalRAG/LangChain.Samples.LocalRAG.csproj (1 hunks)
  • src/Directory.Packages.props (4 hunks)
Files skipped from review due to trivial changes (1)
  • src/Directory.Packages.props
Additional comments not posted (1)
examples/LangChain.Samples.LocalRAG/LangChain.Samples.LocalRAG.csproj (1)

16-16: LGTM! But verify the project builds and runs successfully.

The update to the LangChain.Databases.Sqlite package version is correct.

Ensure that the new version does not introduce breaking changes by verifying that the project builds and runs successfully.

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.

0 participants