Merge pull request #307004 from r-ryantm/auto-update/python311Packages.qdrant-client

python311Packages.qdrant-client: 1.8.2 -> 1.9.0
This commit is contained in:
Yt 2024-04-26 19:33:34 +00:00 committed by GitHub
commit fe9ba12b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.8.2";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
rev = "refs/tags/v${version}";
hash = "sha256-skPBKSqtwMfm5Tvvhg0pSOsnrf0tfvsUgwxjnUbj3NA=";
hash = "sha256-ka5qhs9yhvbGkxXlq9Z3ZMuY1muf9HaODTxCgSLU4io=";
};
build-system = [ poetry-core ];