Unverified Commit 38aff123 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.llama-index-embeddings-huggingface: 0.5.2 -> 0.5.3 (#398123)

parents 06471080 629b1040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "llama-index-embeddings-huggingface";
  version = "0.5.2";
  version = "0.5.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_embeddings_huggingface";
    inherit version;
    hash = "sha256-hCent6GtJfPR8bvYrej/XMPdrJ7qVVPtp/z5s4YK7IM=";
    hash = "sha256-P+yzY8wNBYkGia78LRvaLwJDGFfgRW/a8ujElg+drq8=";
  };

  build-system = [ poetry-core ];