Commit 8188112c authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

python312Packages.llama-index-graph-stores-neptune: 0.3.2 -> 0.3.3

(cherry picked from commit f9aa2ca7)
parent 55d63b73
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  lib,
  boto3,
  buildPythonPackage,
  fetchPypi,
  boto3,
  hatchling,
  llama-index-core,
  poetry-core,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "llama-index-graph-stores-neptune";
  version = "0.3.2";
  version = "0.3.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,10 +18,10 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_graph_stores_neptune";
    inherit version;
    hash = "sha256-jSZ86qdK5KklPFtgyruPtYhJ2Yesd8C1QufhojhKO0A=";
    hash = "sha256-IqY4dEWcbM9371vuZ7C9NlDux9O/j6wF7Hcc4aiBiIE=";
  };

  build-system = [ poetry-core ];
  build-system = [ hatchling ];

  dependencies = [
    boto3