Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps qdrant-client from 1.5.4 to 1.7.3.

Release notes

Sourced from qdrant-client's releases.

v1.7.3

  • fix search_batch with sparse vectors in grpc #484 by @​agourlay
  • align close method signature between QdrantClient and QdrantRemote #477 by @​joein

v1.7.2

Bugfix release 💊

  • fix parallel and bugs with implicit ids in upload_collection, upload_records, upload_points #460
  • fix setting grpc_options with https in sync mode, and with http+api-key in async mode #467
  • fix extend json validation in local mode to fix backward compatibility issue with types like datetime and uuid #462

v1.7.1

Changelog


Features 🪄

  • exposed gRPC options #401
  • support setting custom shard key in upload_collection and upload_points #396
  • unlocked python dependency upper cup #419
  • unlocked urllib3 v2 #418
  • ease access to fastembed models #412
  • extend access for fastembed configuration #416

Fixes 🪛

  • replaced httpx data with content #426
  • forbid having NaN in payload in local mode #397
  • fix python warning which was sometimes emitted on garbage collection in local mode #398 #421
  • fix division by zero error in cosine similarity in local mode #425
  • add wait parameter to upload_records in migrate to avoid false-positive asserts #428
  • fix operations with sparse vectors with unsorted indices in local mode #442
  • restrict inserting points with non-configured vectors in local mode #432
  • fix reading collections with unnamed dense and named sparse vectors in local mode #433
  • forbid to migrate from collections with custom shard keys #447
  • align timeout param types in QdrantClient and its methods

Deprecation ⏳

  • upload_records has been deprecated in favour of upload_points #447

Thanks to the devs who contributed to this release

@​generall @​shivas1516 @​praveen-palanisamy @​joein

v1.7.0

Changelog


Features

... (truncated)

Commits
  • eda201a Bump version to v1.7.3
  • 820a34b fix: add grpc_grace param to close in QdrantClient (#477)
  • d23c4d4 Fix gRPC conversion for sparse search batch (#484)
  • acabf39 Adds missing import in documentation example (#464)
  • 7e7d4f2 Bump to v1.7.2 (#471)
  • 876e171 fix: fix implicit ids in upload collection with paralell > 1 (#460)
  • 640fe5a fix: add missing methods to type stub (#454)
  • 11314e7 fix: convert some types to python jsonable types (#462)
  • a901a98 fix: fix setting grpc options in sync and async channels (#467)
  • ce5b0db bump version to v1.7.1
  • 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 [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.5.4 to 1.7.3.
- [Release notes](https://github.com/qdrant/qdrant-client/releases)
- [Commits](qdrant/qdrant-client@v1.5.4...v1.7.3)

---
updated-dependencies:
- dependency-name: qdrant-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #212.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/qdrant-client-1.7.3 branch March 11, 2024 02:33
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.

1 participant