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

Python: Bump azure-search-documents from 11.4.0b8 to 11.4.0b9 in /python #2982

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps azure-search-documents from 11.4.0b8 to 11.4.0b9.

Release notes

Sourced from azure-search-documents's releases.

azure-search-documents_11.4.0b9

11.4.0b9 (2023-09-12)

Bugs Fixed

  • Fixed the bug that list type of order_by was not correctly handled. #31837
Changelog

Sourced from azure-search-documents's changelog.

11.4.0b9 (2023-09-12)

Bugs Fixed

  • Fixed the bug that list type of order_by was not correctly handled. #31837
Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner September 25, 2023 22:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 25, 2023
@github-actions github-actions bot changed the title Bump azure-search-documents from 11.4.0b8 to 11.4.0b9 in /python Python: Bump azure-search-documents from 11.4.0b8 to 11.4.0b9 in /python Sep 25, 2023
Bumps [azure-search-documents](https://github.com/Azure/azure-sdk-for-python) from 11.4.0b8 to 11.4.0b9.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/CHANGELOG.md)
- [Commits](Azure/azure-sdk-for-python@azure-search-documents_11.4.0b8...azure-search-documents_11.4.0b9)

---
updated-dependencies:
- dependency-name: azure-search-documents
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python/azure-search-documents-11.4.0b9 branch from c2ce154 to 6f784b4 Compare October 2, 2023 21:41
@dmytrostruk dmytrostruk added this pull request to the merge queue Oct 4, 2023
Merged via the queue into main with commit e218673 Oct 4, 2023
26 checks passed
@dmytrostruk dmytrostruk deleted the dependabot/pip/python/azure-search-documents-11.4.0b9 branch October 4, 2023 14:07
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
…hon (microsoft#2982)

Bumps
[azure-search-documents](https://github.com/Azure/azure-sdk-for-python)
from 11.4.0b8 to 11.4.0b9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-search-documents's
releases</a>.</em></p>
<blockquote>
<h2>azure-search-documents_11.4.0b9</h2>
<h2>11.4.0b9 (2023-09-12)</h2>
<h3>Bugs Fixed</h3>
<ul>
<li>Fixed the bug that list type of <code>order_by</code> was not
correctly handled. <a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31837">#31837</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/CHANGELOG.md">azure-search-documents's
changelog</a>.</em></p>
<blockquote>
<h2>11.4.0b9 (2023-09-12)</h2>
<h3>Bugs Fixed</h3>
<ul>
<li>Fixed the bug that list type of <code>order_by</code> was not
correctly handled. <a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31837">#31837</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/c8102d0bc52010cd3bb24e5b2e554d6c4f4f5736"><code>c8102d0</code></a>
Update release dates (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31994">#31994</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/232d010e890ba3a94cdd4fc0d97a7107e9eb1e90"><code>232d010</code></a>
add remaining missing keywords setting</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/46bcc9dc946281bc678ac4fe2cbca838359a1375"><code>46bcc9d</code></a>
handle order_by list inputs (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31856">#31856</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/7224a5bb4f2948c25e5d04ed49b50d092a71b8d5"><code>7224a5b</code></a>
Remove remaining YAML recordings (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31691">#31691</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f2a9f284429361fb62b45178ff65785c05264134"><code>f2a9f28</code></a>
Increment package version after release of azure-search-documents (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31522">#31522</a>)</li>
<li>See full diff in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-search-documents_11.4.0b8...azure-search-documents_11.4.0b9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-search-documents&package-manager=pip&previous-version=11.4.0b8&new-version=11.4.0b9)](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>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
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. python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants