Unverified Commit 6418b655 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.qdrant-client: 1.16.0 -> 1.16.1 (#464815)

parents 5d46d367 43190a18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "qdrant-client";
  version = "1.16.0";
  version = "1.16.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "qdrant";
    repo = "qdrant-client";
    tag = "v${version}";
    hash = "sha256-SJcGq7j++50VJ4627xiZW3sLwv3HP6b6+xZJEGvLxrs=";
    hash = "sha256-YRBSSYF+XnPkpc3WjCrSxsJ27CsgEY8GWqSbaT4p6Sw=";
  };

  build-system = [ poetry-core ];