[PR #28561] chore(deps): bump qdrant-client from 1.9.0 to 1.16.0 in /api #32091

Closed
opened 2026-02-21 20:50:44 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/28561

State: closed
Merged: No


Bumps qdrant-client from 1.9.0 to 1.16.0.

Release notes

Sourced from qdrant-client's releases.

v1.16.0

Change Log

Features 🪐

Deprecations

  • #1093 - add, query, query_batch methods deprecated in favour of upsert and query_points by @​joein
  • #1103 - remove deprecated methods: search, recommend, discovery, upload_records, search_batch, recommend_batch, discovery_batch, rest, init_from in create_collection, all lock-related methods by @​joein
  • #1104 - remove structs used only in the removed methods (#1103) by @​joein

Fixes 😮

Thanks to everyone who contributed to the release!

@​ivandasch @​JojiiOfficial @​joein @​generall @​tbung @​coszio

v1.15.1

Change Log

Fixes 🚒

Thanks to everyone who contributed to the release! @​coszio @​joein

v1.15.0

Change Log

Features 🌟

Fixes 🌵

... (truncated)

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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/28561 **State:** closed **Merged:** No --- Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.9.0 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qdrant/qdrant-client/releases">qdrant-client's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h1>Change Log</h1> <h2>Features 🪐</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1060">#1060</a> - builtin BM25 support (fastembed is not longer required to generate bm25 embeddings) by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1071">#1071</a> - grpc connection pooling by <a href="https://github.com/JojiiOfficial"><code>@​JojiiOfficial</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1088">#1088</a> - queryless scores is now equal to 1 by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1077">#1077</a> - pass grpc credentials to grpc channels by <a href="https://github.com/ivandasch"><code>@​ivandasch</code></a> <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1085">#1085</a> - allow passing UUID to all methods without converting to strings by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1069">#1069</a> - add <code>TextAny</code> filter, <code>metadata</code> to collections, add parametrized rrf query, ACORN (<a href="https://github.com/qdrant/qdrant/releases/tag/v1.16.0">qdrant changelog</a>) by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1106">#1106</a> - update grpc generator by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1114">#1114</a> - expose cluster collection update operations by <a href="https://github.com/joein"><code>@​joein</code></a> <a href="https://github.com/generall"><code>@​generall</code></a></li> </ul> <h2>Deprecations ⌚</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1093">#1093</a> - <code>add</code>, <code>query</code>, <code>query_batch</code> methods deprecated in favour of <code>upsert</code> and <code>query_points</code> by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1103">#1103</a> - remove deprecated methods: <code>search</code>, <code>recommend</code>, <code>discovery</code>, <code>upload_records</code>, <code>search_batch</code>, <code>recommend_batch</code>, <code>discovery_batch</code>, <code>rest</code>, <code>init_from</code> in <code>create_collection</code>, all <code>lock</code>-related methods by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1104">#1104</a> - remove structs used only in the removed methods (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1103">#1103</a>) by <a href="https://github.com/joein"><code>@​joein</code></a></li> </ul> <h2>Fixes 😮</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1081">#1081</a> - fix overriding prefetch limit by <a href="https://github.com/joein"><code>@​joein</code></a></li> </ul> <p>Thanks to everyone who contributed to the release!</p> <p><a href="https://github.com/ivandasch"><code>@​ivandasch</code></a> <a href="https://github.com/JojiiOfficial"><code>@​JojiiOfficial</code></a> <a href="https://github.com/joein"><code>@​joein</code></a> <a href="https://github.com/generall"><code>@​generall</code></a> <a href="https://github.com/tbung"><code>@​tbung</code></a> <a href="https://github.com/coszio"><code>@​coszio</code></a></p> <h2>v1.15.1</h2> <h1>Change Log</h1> <h2>Fixes 🚒</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1051">#1051</a> - fix grpc FieldCondition conversion by <a href="https://github.com/coszio"><code>@​coszio</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1052">#1052</a> - fix conversion for Document, Image and InferenceObject by <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1053">#1053</a> - fix handling cloud inference responses by <a href="https://github.com/joein"><code>@​joein</code></a></li> </ul> <p>Thanks to everyone who contributed to the release! <a href="https://github.com/coszio"><code>@​coszio</code></a> <a href="https://github.com/joein"><code>@​joein</code></a></p> <h2>v1.15.0</h2> <h1>Change Log</h1> <h2>Features 🌟</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1031">#1031</a> - add base64 encoding function to convert images for inference <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1044">#1044</a> - added MMR (maximal margin relevance) <a href="https://github.com/coszio"><code>@​coszio</code></a> <a href="https://github.com/joein"><code>@​joein</code></a> <a href="https://github.com/generall"><code>@​generall</code></a></li> </ul> <h2>Fixes 🌵</h2> <ul> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1030">#1030</a> - fix edge case in upsert and multivector updates <a href="https://github.com/joein"><code>@​joein</code></a></li> <li><a href="https://redirect.github.com/qdrant/qdrant-client/issues/1034">#1034</a> - relax portalocker version by <a href="https://github.com/kurtqq"><code>@​kurtqq</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qdrant/qdrant-client/commit/93af1b845759d8b0e2c862e42c10521fdc96ab07"><code>93af1b8</code></a> bump version to v1.16.0 (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1111">#1111</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/b16a4ee481b687e3a813cc46f67187348dd41787"><code>b16a4ee</code></a> new: update grpc (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1113">#1113</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/02b8ce4071237e474744935f5ca57ee06232f316"><code>02b8ce4</code></a> new: expose cluster operations (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1114">#1114</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/0cbb174b56f88991a3acffac4b2b07758d5563fc"><code>0cbb174</code></a> new: remove vectors_count, update http and grpc models (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1069">#1069</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/e0884049cf545b2336924ababe3309c6c1e82cbc"><code>e088404</code></a> Implement passing certificates creds to grpc channels (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1077">#1077</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/207e2a70aaac6879295bbf70b31b23bcd41d733f"><code>207e2a7</code></a> fix: fix overriding prefetch limit in local mode (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1081">#1081</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/b3c4cf7181f48f6af193e18cfd912b5d7ee0f913"><code>b3c4cf7</code></a> new: queryless score 1 (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1088">#1088</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/8f8b1b6b66b442952fd2ec1b297108c34dd559b0"><code>8f8b1b6</code></a> Connection pooling (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1071">#1071</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/9a7a1d2d06a8b7797ac685615a74dbd3833fc805"><code>9a7a1d2</code></a> wip: builtin bm25 support (<a href="https://redirect.github.com/qdrant/qdrant-client/issues/1060">#1060</a>)</li> <li><a href="https://github.com/qdrant/qdrant-client/commit/981117a506b549e9dcd51cd633d4a6162df3b05f"><code>981117a</code></a> bump version to v1.15.1</li> <li>Additional commits viewable in <a href="https://github.com/qdrant/qdrant-client/compare/v1.9.0...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qdrant-client&package-manager=uv&previous-version=1.9.0&new-version=1.16.0)](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>
yindo added the pull-request label 2026-02-21 20:50:44 -05:00
yindo closed this issue 2026-02-21 20:50:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32091