Closed dependabot[bot] closed 3 months ago
This update introduces several new package references across multiple project files, primarily focusing on System.Text.Json
for enhanced JSON handling and Microsoft.Extensions.DependencyInjection.Abstractions
for improved dependency management. Additionally, the version of tryAGI.OpenAI
is updated, ensuring the projects benefit from the latest features and fixes. Overall, these changes aim to bolster the capabilities and functionality of the LangChain framework components.
File(s) | Change Summary |
---|---|
examples/LangChain.Samples.LocalRAG/... |
Added LangChain.Providers.Abstractions and System.Text.Json version 8.0.4 . |
examples/LangChain.Samples.Serve.OpenAI/... |
Added System.Text.Json version 8.0.4 . |
examples/LangChain.Samples.Serve/... |
Added System.Text.Json version 8.0.4 . |
src/Cli/src/LangChain.Cli.csproj |
Added System.Text.Json . |
src/Directory.Packages.props |
Updated tryAGI.OpenAI version from 3.3.0 to 3.4.1 . |
src/DocumentLoaders/Abstractions/... |
Added System.Text.Json . |
src/DocumentLoaders/Pdf/... |
Added Microsoft.Extensions.DependencyInjection.Abstractions and System.Text.Json . |
src/Meta/src/LangChain.csproj |
Added System.Text.Json . |
src/Utilities/Postgres/... |
Added Microsoft.Extensions.DependencyInjection.Abstractions and System.Text.Json . |
src/Utilities/Postgres/test/... |
Added Microsoft.Extensions.DependencyInjection.Abstractions and System.Text.Json . |
sequenceDiagram
participant User
participant Application
participant JSONLibrary
participant DependencyInjection
User->>Application: Request Feature
Application->>JSONLibrary: Serialize/Deserialize Data
JSONLibrary-->>Application: Return JSON Data
Application->>DependencyInjection: Resolve Dependencies
DependencyInjection-->>Application: Provide Services
Application-->>User: Deliver Response
In the garden where changes bloom,
New packages whisper, dispelling the gloom.
JSON dances, dependencies sing,
Enhancing our projects, oh what joy they bring!
With each little update, the code hops with glee,
A rabbit's delight, as sweet as can be! 🐇✨
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?
Bumps the all group with 4 updates: LangChain.Providers.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions, System.Text.Json and tryAGI.OpenAI.
Updates
LangChain.Providers.Abstractions
from 0.15.0 to 0.15.1-dev.78Updates
Microsoft.Extensions.DependencyInjection.Abstractions
from 8.0.0 to 8.0.1Updates
System.Text.Json
from 8.0.0 to 8.0.4Updates
tryAGI.OpenAI
from 3.2.1 to 3.4.1Release notes
Sourced from tryAGI.OpenAI's releases.
Commits
b933e20
test: Enabled tool tests for GitHub.873b82c
ci: Fixed.5df4e2e
ci: Added releases.63da659
feat: Added ability to define strict tools.595cb28
fix: Fix issues with tools.1878f98
Merge pull request #65 from tryAGI/bot/update-openapi_20240816061859d7e13
Merge pull request #63 from tryAGI/bot/update-openapi_2024081601005bfa033
Merge pull request #64 from tryAGI/bot/update-openapi_20240816031656cc34a
feat: Updated OpenAPI spec8d8c059
feat: Updated OpenAPI specUpdates
System.Text.Json
from 8.0.0 to 8.0.4Dependabot 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
Summary by CodeRabbit
New Features
Bug Fixes
tryAGI.OpenAI
package for improved functionality and performance.