-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Conversation
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]>
WalkthroughThe updates primarily involve version increments for various package dependencies in the project, transitioning some from development versions to stable releases. Notably, Changes
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
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this 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
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.
Bumps the all group with 6 updates:
0.15.1-dev.77
0.15.2
0.15.1-dev.77
0.15.2
3.2.1
3.3.0
0.15.1-dev.77
0.15.2
3.7.400.3
3.7.401
0.14.0
0.15.0
Updates
LangChain.Databases.Abstractions
from 0.15.1-dev.77 to 0.15.2Commits
Updates
LangChain.Databases.Sqlite
from 0.15.1-dev.77 to 0.15.2Commits
Updates
LangChain.Databases.Abstractions
from 0.15.1-dev.77 to 0.15.2Commits
Updates
tryAGI.OpenAI
from 3.2.1 to 3.3.0Commits
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.Updates
LangChain.Databases.InMemory
from 0.15.1-dev.77 to 0.15.2Commits
Updates
LangChain.Databases.Abstractions
from 0.15.1-dev.77 to 0.15.2Commits
Updates
AWSSDK.BedrockAgentRuntime
from 3.7.400.3 to 3.7.401Commits
Updates
LLamaSharp
from 0.14.0 to 0.15.0Commits
d9e0d26
Merge pull request #890 from martindevans/v0.15.09066cc8
Release v0.15.0bb2f3ad
Merge pull request #874 from martindevans/llama_3.1_update_binariesd1dbb21
Merge branch 'master' into llama_3.1_update_binaries2816c58
Merge pull request #883 from martindevans/remove_incorrect_exception_doc_comm...20c9f56
Merge pull request #885 from martindevans/safer_vulkan_sysinfo7fa8083
Fixed missing parameter in netstd2.14c9b78d
Redirecting stderrc31ebbd
Better handling of the vulkaninfo process, in case it hangs.2a335d0
Fixed some comments saying a method throws RunTime when it actually throws a ...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 conditionsSummary by CodeRabbit