Skip to content

Commit

Permalink
build(deps): Bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| Microsoft.Extensions.DependencyInjection.Abstractions | `8.0.0` | `8.0.1` |
| Microsoft.SemanticKernel.Core | `1.15.1` | `1.17.1` |
| System.Text.Json | `8.0.0` | `8.0.4` |
| System.Memory.Data | `1.0.2` | `8.0.0` |
| [AWSSDK.Kendra](https://github.com/aws/aws-sdk-net) | `3.7.400.6` | `3.7.400.8` |
| [LangChain.Serve.Abstractions](https://github.com/tryAGI/LangChain) | `0.15.1-dev.86` | `0.15.1-dev.90` |


Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1

Updates `Microsoft.SemanticKernel.Core` from 1.15.1 to 1.17.1

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1

Updates `System.Text.Json` from 8.0.0 to 8.0.4

Updates `System.Memory.Data` from 1.0.2 to 8.0.0

Updates `System.Text.Json` from 8.0.0 to 8.0.4

Updates `AWSSDK.Kendra` from 3.7.400.6 to 3.7.400.8
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `LangChain.Serve.Abstractions` from 0.15.1-dev.86 to 0.15.1-dev.90
- [Release notes](https://github.com/tryAGI/LangChain/releases)
- [Commits](https://github.com/tryAGI/LangChain/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.SemanticKernel.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: System.Memory.Data
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: AWSSDK.Kendra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: LangChain.Serve.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Aug 20, 2024
1 parent bbd6fb0 commit 37f1b19
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<PackageReference Include="System.Memory.Data" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions src/AzureSearch/src/LangChain.Databases.AzureSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<PackageReference Include="System.Memory.Data" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Chroma/src/LangChain.Databases.Chroma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Chroma" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.6" />
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.8" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.14.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
Expand All @@ -16,7 +16,7 @@
<PackageVersion Include="LangChain.DocumentLoaders.Pdf" Version="0.15.0" />
<PackageVersion Include="LangChain.Polyfills" Version="0.15.0" />
<PackageVersion Include="LangChain.Providers.Amazon.Bedrock" Version="0.15.1-dev.78" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.86" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.90" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
Expand Down
5 changes: 3 additions & 2 deletions src/DuckDb/src/LangChain.Databases.DuckDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.DuckDB"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.DuckDB" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<ItemGroup>
<PackageReference Include="Elastic.Clients.Elasticsearch" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<ItemGroup>
<PackageReference Include="LangChain.Providers.Amazon.Bedrock" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Testcontainers" />
<PackageReference Include="Testcontainers.Elasticsearch" />
<PackageReference Include="Testcontainers.Milvus" />
Expand Down
5 changes: 3 additions & 2 deletions src/Milvus/src/LangChain.Databases.Milvus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Milvus"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Milvus" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Mongo/src/LangChain.Databases.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="LangChain.Core" />
<PackageReference Include="MongoDB.Bson" />
<PackageReference Include="MongoDB.Driver" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/Pinecone/src/LangChain.Databases.Pinecone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Pinecone"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Pinecone" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions src/Postgres/src/LangChain.Databases.Postgres.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Npgsql" />
<PackageReference Include="Pgvector" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/Qdrant/src/LangChain.Databases.Qdrant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>
7 changes: 4 additions & 3 deletions src/Redis/src/LangChain.Databases.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@

<ItemGroup>
<PackageReference Include="LangChain.Core" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis"/>
<PackageReference Include="StackExchange.Redis"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<PackageReference Include="StackExchange.Redis" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Sqlite/src/LangChain.Databases.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.Data.Sqlite.Core" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Sqlite" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/Weaviate/src/LangChain.Databases.Weaviate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Weaviate"/>
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj"/>
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Weaviate" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<ProjectReference Include="..\..\SemanticKernel\src\LangChain.Databases.SemanticKernel.csproj" />
</ItemGroup>

</Project>

0 comments on commit 37f1b19

Please sign in to comment.