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

.Net: Bump Microsoft.OpenApi from 1.6.16 to 1.6.21 in /dotnet #8645

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps Microsoft.OpenApi from 1.6.16 to 1.6.21.

Release notes

Sourced from Microsoft.OpenApi's releases.

1.6.21

Changes:

  • #1822: Release libs
  • #1821: Bump lib versions
  • #1819: Revert: Security array initialization to avoid a breaking change
  • #1817: fix: uses the correct threading dependency to avoid impacting downstream projects

This list of changes was auto generated.

1.6.20

Changes:

  • #1816: Release libs
  • #1815: Disable VisualStudio.Threading analyzers to eliminate build failures downstream
  • #1814: Fix: Do not default to an empty list if Security scheme is missing
  • #1813: Bump Moq from 4.20.70 to 4.20.71
  • #1811: Bump Verify.Xunit from 26.3.0 to 26.3.1
  • #1807: ci: upgrades outdated nuget installer task
  • #1808: Bump Verify.Xunit from 26.2.0 to 26.3.0
  • #1806: fix: directly adds non-vulnerable versions of transitive deps to resolve alerts
  • #1805: Investigate: Check whether server info changes during slicing

This list of changes was auto generated.

1.6.19

Changes:

  • #1802: Release hidi and libs
  • #1803: Copy over references for all IOpenApiReferenceable objects
  • #1801: Bump hidi and lib versions
  • #1759: Use ConcurrentDictionary For Improving Get Enum Name
  • #1800: Fix: Remove minimatch pattern to sign all assemblies
  • #1798: chore/tasks linting

This list of changes was auto generated.

1.6.18

Changes:

  • #1795: Release libs.
  • #1794: Update OData lib and Hidi versions

... (truncated)

Commits
  • ef58bf6 Merge pull request #1822 from microsoft/vnext
  • 0ae4031 Merge pull request #1821 from microsoft/mk/bump-version
  • 7a6f1f7 Bump lib versions
  • e9f4ba5 Merge pull request #1819 from microsoft/mk/revert-empty-security-array-fix
  • 7c7c25e Revert security array initialization to avoid a breaking change
  • 8daa326 Merge pull request #1817 from microsoft/fix/tasks-dependencies
  • 456914f fix: uses the correct threading dependency to avoid impacting downstream proj...
  • afa73a4 Merge pull request #1816 from microsoft/vnext
  • 5d9d099 Merge pull request #1815 from microsoft/mk/remove-visual-studio-threading-ana...
  • 27c0e78 Merge pull request #1814 from microsoft/mk/fix-default-missing-properties-to-...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from 1.6.16 to 1.6.21.
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.16...1.6.21)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 22:12
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Sep 9, 2024
@github-actions github-actions bot changed the title Bump Microsoft.OpenApi from 1.6.16 to 1.6.21 in /dotnet .Net: Bump Microsoft.OpenApi from 1.6.16 to 1.6.21 in /dotnet Sep 9, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Sep 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@markwallace-microsoft
Copy link
Member

Two integration tests failed will following cause:
Polly.Timeout.TimeoutRejectedException : The operation didn't complete within the allowed timeout of '00:00:20'.

@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Sep 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Sep 10, 2024
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Sep 10, 2024

One integration test failed

[xUnit.net 00:00:08.51]     SemanticKernel.IntegrationTests.Connectors.OpenAI.OpenAIFileServiceTests.AzureOpenAIFileServiceLifecycleAsync(fileName: "test_content.txt", mimeType: "text/plain") [FAIL]
[xUnit.net 00:00:08.51]       Microsoft.SemanticKernel.HttpOperationException : Response status code does not indicate success: 500 (Internal Server Error).
[xUnit.net 00:00:08.51]       ---- System.Net.Http.HttpRequestException : Response status code does not indicate success: 500 (Internal Server Error).

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@markwallace-microsoft
Copy link
Member

AzureCosmosDBMongoDB integration test failure

[xUnit.net 00:00:00.45]     SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromStorageToDataModelReturnsValidObject [FAIL]
[xUnit.net 00:00:00.47]     SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromDataToStorageModelReturnsValidObject [FAIL]
  Passed SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBServiceCollectionExtensionsTests.AddVectorStoreRegistersClass [< 1 ms]
  Passed SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreTests.ListCollectionNamesReturnsCollectionNamesAsync [45 ms]
  Passed SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreTests.GetCollectionWithoutFactoryReturnsDefaultCollection [2 ms]
[xUnit.net 00:00:00.45]       System.InvalidOperationException : Nullable object must have a value.
[xUnit.net 00:00:00.45]       Stack Trace:
[xUnit.net 00:00:00.45]            at System.Nullable`1.get_Value()
[xUnit.net 00:00:00.45]         /home/runner/work/semantic-kernel/semantic-kernel/dotnet/src/Connectors/Connectors.AzureCosmosDBMongoDB.UnitTests/AzureCosmosDBMongoDBVectorStoreRecordMapperTests.cs(87,0): at SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromStorageToDataModelReturnsValidObject()
[xUnit.net 00:00:00.45]            at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
[xUnit.net 00:00:00.45]            at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
[xUnit.net 00:00:00.47]       System.Collections.Generic.KeyNotFoundException : Element 'description_embedding' not found.
[xUnit.net 00:00:00.47]       Stack Trace:
[xUnit.net 00:00:00.47]            at MongoDB.Bson.BsonDocument.get_Item(String name)
[xUnit.net 00:00:00.47]         /home/runner/work/semantic-kernel/semantic-kernel/dotnet/src/Connectors/Connectors.AzureCosmosDBMongoDB.UnitTests/AzureCosmosDBMongoDBVectorStoreRecordMapperTests.cs(63,0): at SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromDataToStorageModelReturnsValidObject()
[xUnit.net 00:00:00.47]            at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
[xUnit.net 00:00:00.47]            at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  Passed SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreTests.GetCollectionWithNotSupportedKeyThrowsException [< 1 ms]
  Failed SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromStorageToDataModelReturnsValidObject [42 ms]
  Error Message:
   System.InvalidOperationException : Nullable object must have a value.
  Stack Trace:
     at System.Nullable`1.get_Value()
   at SemanticKernel.Connectors.AzureCosmosDBMongoDB.UnitTests.AzureCosmosDBMongoDBVectorStoreRecordMapperTests.MapFromStorageToDataModelReturnsValidObject() in /home/runner/work/semantic-kernel/semantic-kernel/dotnet/src/Connectors/Connectors.AzureCosmosDBMongoDB.UnitTests/AzureCosmosDBMongoDBVectorStoreRecordMapperTests.cs:line 87

@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Sep 10, 2024
github-merge-queue bot pushed a commit that referenced this pull request Sep 10, 2024
Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) from
1.6.16 to 1.6.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/OpenAPI.NET/releases">Microsoft.OpenApi's
releases</a>.</em></p>
<blockquote>
<h2>1.6.21</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1822">#1822</a>:
Release libs</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1821">#1821</a>:
Bump lib versions</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1819">#1819</a>:
Revert: Security array initialization to avoid a breaking change</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1817">#1817</a>:
fix: uses the correct threading dependency to avoid impacting downstream
projects</li>
</ul>
<p>This list of changes was <a
href="https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=162322&amp;view=logs">auto
generated</a>.</p>
<h2>1.6.20</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1816">#1816</a>:
Release libs</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1815">#1815</a>:
Disable VisualStudio.Threading analyzers to eliminate build failures
downstream</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1814">#1814</a>:
Fix: Do not default to an empty list if Security scheme is missing</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1813">#1813</a>:
Bump Moq from 4.20.70 to 4.20.71</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1811">#1811</a>:
Bump Verify.Xunit from 26.3.0 to 26.3.1</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1807">#1807</a>:
ci: upgrades outdated nuget installer task</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1808">#1808</a>:
Bump Verify.Xunit from 26.2.0 to 26.3.0</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1806">#1806</a>:
fix: directly adds non-vulnerable versions of transitive deps to resolve
alerts</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1805">#1805</a>:
Investigate: Check whether server info changes during slicing</li>
</ul>
<p>This list of changes was <a
href="https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=162189&amp;view=logs">auto
generated</a>.</p>
<h2>1.6.19</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1802">#1802</a>:
Release hidi and libs</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1803">#1803</a>:
Copy over references for all IOpenApiReferenceable objects</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1801">#1801</a>:
Bump hidi and lib versions</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1759">#1759</a>:
Use ConcurrentDictionary For Improving Get Enum Name</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1800">#1800</a>:
Fix: Remove minimatch pattern to sign all assemblies</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1798">#1798</a>:
chore/tasks linting</li>
</ul>
<p>This list of changes was <a
href="https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=161604&amp;view=logs">auto
generated</a>.</p>
<h2>1.6.18</h2>
<h2>Changes:</h2>
<ul>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1795">#1795</a>:
Release libs.</li>
<li><a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1794">#1794</a>:
Update OData lib and Hidi versions</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/ef58bf69ea95e5589c39318fbe653e6bbb845b69"><code>ef58bf6</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1822">#1822</a>
from microsoft/vnext</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/0ae4031e9e1659fb1babdef934731a7bae22d3b7"><code>0ae4031</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1821">#1821</a>
from microsoft/mk/bump-version</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/7a6f1f7c20dfa9e3354f2216bd62973cfbd5812f"><code>7a6f1f7</code></a>
Bump lib versions</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/e9f4ba5bd7ab65fa44577c7babe287a11c70f2a1"><code>e9f4ba5</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1819">#1819</a>
from microsoft/mk/revert-empty-security-array-fix</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/7c7c25e8d6f98ad747b4c88de2c7fd8d39d04331"><code>7c7c25e</code></a>
Revert security array initialization to avoid a breaking change</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/8daa326bc66352dcf074f96d288478be7d6e5624"><code>8daa326</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1817">#1817</a>
from microsoft/fix/tasks-dependencies</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/456914ffaeb632049139cbc9885abd47536b7216"><code>456914f</code></a>
fix: uses the correct threading dependency to avoid impacting downstream
proj...</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/afa73a4468a4a8f97a7dc4084f54d2bf4b71a80b"><code>afa73a4</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1816">#1816</a>
from microsoft/vnext</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/5d9d099e80722b52418506d7e818e748bb09a3b5"><code>5d9d099</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1815">#1815</a>
from microsoft/mk/remove-visual-studio-threading-ana...</li>
<li><a
href="https://github.com/microsoft/OpenAPI.NET/commit/27c0e7828e515cc2c184ab073825013678301927"><code>27c0e78</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/OpenAPI.NET/issues/1814">#1814</a>
from microsoft/mk/fix-default-missing-properties-to-...</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/OpenAPI.NET/compare/1.6.16...1.6.21">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.OpenApi&package-manager=nuget&previous-version=1.6.16&new-version=1.6.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@markwallace-microsoft
Copy link
Member

Another integration test failure

[xUnit.net 00:01:29.65]     SemanticKernel.IntegrationTests.Connectors.AzureOpenAI.AzureOpenAIChatCompletionFunctionCallingTests.ConnectorAgnosticFunctionCallingModelClassesCanBeUsedForManualFunctionCallingAsync [FAIL]
[xUnit.net 00:01:29.65]       Polly.Timeout.TimeoutRejectedException : The operation didn't complete within the allowed timeout of '00:00:20'.
[xUnit.net 00:01:29.65]       ---- System.Threading.Tasks.TaskCanceledException : The operation was canceled.
[xUnit.net 00:01:29.65]       -------- System.IO.IOException : Unable to read data from the transport connection: Operation canceled.
[xUnit.net 00:01:29.65]       ------------ System.Net.Sockets.SocketException : Operation canceled

@RogerBarreto RogerBarreto self-assigned this Sep 11, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit faf53c1 Sep 13, 2024
17 checks passed
@RogerBarreto RogerBarreto deleted the dependabot/nuget/dotnet/Microsoft.OpenApi-1.6.21 branch September 13, 2024 10:44
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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants