Skip to content

Bump pymilvus from 2.6.15 to 2.6.17 in /setup/participant - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/setup/participant/pymilvus-2.6.17
Open

Bump pymilvus from 2.6.15 to 2.6.17 in /setup/participant#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/setup/participant/pymilvus-2.6.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown

Bumps pymilvus from 2.6.15 to 2.6.17.

Release notes

Sourced from pymilvus's releases.

PyMilvus v2.6.17 Release Notes

What's Changed

Protocol and compatibility

  • Sync milvus-proto with Milvus v2.6.20 and regenerate Python protobuf bindings, including support for the inclusive DumpMessages start option (#3687).

Bug fixes

  • Materialize array query results as standard Python lists (source #3653; 2.6 #3654).
  • Preserve struct-array fields when rebuilding schemas from dictionaries, and support partial updates for struct-array fields (sources #3651 and #3671; 2.6 #3656 and #3675).
  • Support struct vector fields in BulkWriter and preserve remote upload path prefixes on Windows (sources #3631 and #3658; 2.6 #3669).
  • Keep primary-key, partition-key, and clustering-key metadata synchronized when fields are added to a schema (source #3649; 2.6 #3668).
  • Allow null values in an auto_id primary-key DataFrame column during insert (source #3673; 2.6 #3677).
  • Correctly unpack async schema results before running collection optimization (source #3681; 2.6 #3682).
  • Reject boolean values used as sparse-vector indices (source #3638; 2.6 #3664; fixes #3622).
  • Require target_size in compact() to be a positive integer (source #3642; 2.6 #3643; fixes #3169).

Build and release tooling

  • Isolate protobuf generation dependencies from normal development dependencies (source #3689; 2.6 #3691).
  • Keep 2.6 development-version generation on vcs-versioning<2 semantics (source #3633; 2.6 #3635).

Full Changelog: milvus-io/pymilvus@v2.6.16...v2.6.17

PyMilvus v2.6.16 Release Notes

What's Changed

Features and enhancements

  • Add element-level search support (source #3208; 2.6 #3491).
  • Add dump_messages support for data salvage (source #3573; 2.6 #3574).
  • Add role and user description support in auth APIs (sources #3601 and #3602; 2.6 #3609).
  • Improve volume upload interaction, including concurrency and progress behavior (source #3619; 2.6 #3628).

Bug fixes

  • Harden sync and async connection recovery by protecting reconnect channel swaps and validating channel reclamation (sources #3542, #3564, and #3579; 2.6 #3566, #3571, and #3582).
  • Preserve connection timeout settings during recovery (source #3610; 2.6 #3614).
  • Map only connection-setup RPC failures to CONNECT_FAILED (source #3589; 2.6 #3591).
  • Reject boolean values in sparse vector validation and improve the related error message (source #3624; 2.6 #3625).

Type handling and client internals

Documentation and tests

  • Update async client examples (source #3597; 2.6 #3598).

... (truncated)

Commits
  • 05e8a0c [Backport 2.6] enhance: isolate protobuf generation dependencies (#3689) (#3691)
  • f4b0421 enhance: sync milvus-proto with v2.6.20 (#3687)
  • f81258d [Backport 2.6] fix: unpack async schema result in optimize (#3681) (#3682)
  • c876491 [Backport 2.6] fix: allow null auto_id primary column in DataFrame insert (#3...
  • 5f1e44f [Backport 2.6] fix: allow partial update for struct array fields (#3675)
  • 26a9a8c [Backport 2.6] fix BulkWriter struct vectors and remote upload paths (#3669)
  • b1d9aad [Backport 2.6] fix: update schema key metadata on add_field (#3668)
  • 382f810 [Backport 2.6] fix: reject bool values as sparse vector indices (Fixes #3622)...
  • 455a75b [Backport 2.6] fix: preserve struct array fields from schema dict (#3651) (#3...
  • 8b6f5cb [Backport 2.6] fix: materialize array query results as Python lists (#3653) (...
  • 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 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 [pymilvus](https://github.com/milvus-io/pymilvus) from 2.6.15 to 2.6.17.
- [Release notes](https://github.com/milvus-io/pymilvus/releases)
- [Commits](milvus-io/pymilvus@v2.6.15...v2.6.17)

---
updated-dependencies:
- dependency-name: pymilvus
  dependency-version: 2.6.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants