Skip to content

Commit

Permalink
Revert "build(deps): Bump the all group with 6 updates"
Browse files Browse the repository at this point in the history
This reverts commit 0721d0f.
  • Loading branch information
HavenDV committed Aug 19, 2024
1 parent 0721d0f commit bbd6fb0
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

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

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

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

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

<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.7" />
<PackageVersion Include="AWSSDK.Kendra" Version="3.7.400.6" />
<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.90" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.1-dev.86" />
<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: 2 additions & 3 deletions src/DuckDb/src/LangChain.Databases.DuckDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
</PropertyGroup>

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

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

<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,7 +27,6 @@

<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: 2 additions & 3 deletions src/Milvus/src/LangChain.Databases.Milvus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
</PropertyGroup>

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

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

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

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

</Project>
2 changes: 0 additions & 2 deletions src/Postgres/src/LangChain.Databases.Postgres.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
</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: 2 additions & 3 deletions src/Qdrant/src/LangChain.Databases.Qdrant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
</PropertyGroup>

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

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

<ItemGroup>
<PackageReference Include="LangChain.Core" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" />
<PackageReference Include="Microsoft.SemanticKernel.Core" />
<PackageReference Include="StackExchange.Redis" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis"/>
<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: 0 additions & 1 deletion src/Sqlite/src/LangChain.Databases.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<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: 2 additions & 3 deletions src/Weaviate/src/LangChain.Databases.Weaviate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
</PropertyGroup>

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

</Project>

0 comments on commit bbd6fb0

Please sign in to comment.