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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/20307
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 1/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pymilvus-2.6.6`
---
### 📝 Commits (1)
- [`8bfc8e7`](https://github.com/open-webui/open-webui/commit/8bfc8e70f42c8e9a771f2fb8a53c456efcdea9eb) chore(deps): bump pymilvus from 2.6.5 to 2.6.6 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.6.5 to 2.6.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/milvus-io/pymilvus/releases">pymilvus's releases</a>.</em></p>
<blockquote>
<h2>PyMilvus v2.6.6 Release Notes</h2>
<h2>Features</h2>
<p><strong>1. Add comprehensive benchmarking framework (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3151">#3151</a>)</strong></p>
<p><strong>2. Add Function SDK support (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3080">#3080</a>)</strong></p>
<h2>Enhancements</h2>
<p><strong>1. Change highlight query keyword (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3143">#3143</a>)</strong></p>
<h2>Bug Fixes</h2>
<ol>
<li><strong>fix: Keep boolean serialization as uppercase for e2e compatibility</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3168">#3168</a>)</li>
<li><strong>fix: Preserve False boolean values in SCANN index parameters</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3165">#3165</a>)</li>
<li><strong>fix: Use json to parse deep recursive json when orjson failed</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3156">#3156</a>)</li>
<li><strong>fix: Fix search params in orm search iterator</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3162">#3162</a>)</li>
<li><strong>fix: Fix the negative index access issue when preloading float vectors</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3144">#3144</a>)</li>
<li><strong>fix: Miss to save ts for iterator checkpoint</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3149">#3149</a>)</li>
<li><strong>fix: Fix some typos and ignore emacs backup files</strong> (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3145">#3145</a>)</li>
</ol>
<h2>What's Changed</h2>
<ul>
<li>[Backport 2.6] fix: Keep boolean serialization as uppercase for e2e compatibility (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3168">#3168</a>) by <a href="https://github.com/jac0626"><code>@jac0626</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3168">milvus-io/pymilvus#3168</a></li>
<li>[Backport 2.6] fix: preserve False boolean values in SCANN index parameters (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3165">#3165</a>) by <a href="https://github.com/jac0626"><code>@jac0626</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3165">milvus-io/pymilvus#3165</a></li>
<li>fix: [2.6] Fix search params in orm search iterator (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3162">#3162</a>) by <a href="https://github.com/cai-zhang"><code>@cai-zhang</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3162">milvus-io/pymilvus#3162</a></li>
<li>[Backport 2.6] fix:use json to prase deep recursive json when orjson failed (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3156">#3156</a>) by <a href="https://github.com/jac0626"><code>@jac0626</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3156">milvus-io/pymilvus#3156</a></li>
<li>[Backport 2.6] feat(perf): Add comprehensive benchmarking framework (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3151">#3151</a>) by <a href="https://github.com/XuanYang-cn"><code>@XuanYang-cn</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3151">milvus-io/pymilvus#3151</a></li>
<li>fix: miss to save ts for iterator checkpoint (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3149">#3149</a>) by <a href="https://github.com/MrPresent-Han"><code>@MrPresent-Han</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3149">milvus-io/pymilvus#3149</a></li>
<li>[Backport 2.6] Propose fix some typos and ignore emacs backup files (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3145">#3145</a>) by <a href="https://github.com/jeis4wpi"><code>@jeis4wpi</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3145">milvus-io/pymilvus#3145</a></li>
<li>[Backport 2.6] fix: Fix the negative index access issue when preloading float vectors. (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3144">#3144</a>) by <a href="https://github.com/maocatooo"><code>@maocatooo</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3144">milvus-io/pymilvus#3144</a></li>
<li>[Backport 2.6] enhance: change highlight query keyword (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3143">#3143</a>) by <a href="https://github.com/aoiasd"><code>@aoiasd</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3143">milvus-io/pymilvus#3143</a></li>
<li>[cp 2.6] function sdk (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3080">#3080</a>) by <a href="https://github.com/junjiejiangjjj"><code>@junjiejiangjjj</code></a> in <a href="https://redirect.github.com/milvus-io/pymilvus/pull/3080">milvus-io/pymilvus#3080</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/milvus-io/pymilvus/compare/v2.6.5...2.6">https://github.com/milvus-io/pymilvus/compare/v2.6.5...2.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/milvus-io/pymilvus/commit/6f891fc8e89d36c3bea281ba99a863027c48a147"><code>6f891fc</code></a> [Backport 2.6] fix: Keep boolean serialization as uppercase for e2e compatib...</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/1f880dc200e2e9e8cd34367cf71fffe581ea6513"><code>1f880dc</code></a> [Backport 2.6] fix: preserve False boolean values in SCANN index parameters (...</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/1bbc614591e217e55217a149b00b0bd61fed8366"><code>1bbc614</code></a> feat: Add namespace support (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3158">#3158</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/757364c2c4e0970276765e794e02aa0798c16442"><code>757364c</code></a> fix: [2.6] Fix search params in orm search iterator (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3162">#3162</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/f905c8d1ef456d52c723f280de1b16f59dd3ff0c"><code>f905c8d</code></a> [Backport 2.6] fix:use json to prase deep recursive json when orjson failed (...</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/626ba88c119e6dd126128009d572a0dc18571fc3"><code>626ba88</code></a> [Backport 2.6] feat: Support nullable vectors in Python SDK (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3141">#3141</a>) (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3155">#3155</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/8b28dba3dbf107e92bc9818c865e9e42fbf824c7"><code>8b28dba</code></a> feat: [2.6]Support Search By PK (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3152">#3152</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/c3e3810d1a18fbcc4bfbef4006e65d06b347f19d"><code>c3e3810</code></a> [Backport 2.6] feat(perf): Add comprehensive benchmarking framework (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3029">#3029</a>) (...</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/dac3526c564f11c78cbffa092aa9c796d9ececc5"><code>dac3526</code></a> fix: miss to save ts for iterator checkpoint(<a href="https://redirect.github.com/milvus-io/pymilvus/issues/2412">#2412</a>) (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3149">#3149</a>)</li>
<li><a href="https://github.com/milvus-io/pymilvus/commit/cedf6143fa1d83c016f4701088d875a03e435957"><code>cedf614</code></a> [Backport 2.6] Propose fix some typos and ignore emacs backup files (<a href="https://redirect.github.com/milvus-io/pymilvus/issues/3131">#3131</a>) (...</li>
<li>Additional commits viewable in <a href="https://github.com/milvus-io/pymilvus/compare/v2.6.5...v2.6.6">compare view</a></li>
</ul>
</details>
<br />
[](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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20307
Author: @dependabot[bot]
Created: 1/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/pymilvus-2.6.6📝 Commits (1)
8bfc8e7chore(deps): bump pymilvus from 2.6.5 to 2.6.6 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pymilvus from 2.6.5 to 2.6.6.
Release notes
Sourced from pymilvus's releases.
Commits
6f891fc[Backport 2.6] fix: Keep boolean serialization as uppercase for e2e compatib...1f880dc[Backport 2.6] fix: preserve False boolean values in SCANN index parameters (...1bbc614feat: Add namespace support (#3158)757364cfix: [2.6] Fix search params in orm search iterator (#3162)f905c8d[Backport 2.6] fix:use json to prase deep recursive json when orjson failed (...626ba88[Backport 2.6] feat: Support nullable vectors in Python SDK (#3141) (#3155)8b28dbafeat: [2.6]Support Search By PK (#3152)c3e3810[Backport 2.6] feat(perf): Add comprehensive benchmarking framework (#3029) (...dac3526fix: miss to save ts for iterator checkpoint(#2412) (#3149)cedf614[Backport 2.6] Propose fix some typos and ignore emacs backup files (#3131) (...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.