Commit 8c34b9a1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.langchain-core: 0.1.48 -> 0.1.51

parent 016b7291
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "langchain-core";
  version = "0.1.48";
  version = "0.1.51";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "langchain_core";
    inherit version;
    hash = "sha256-8KmwqPIvIZ72/YTisdkqgBToRRTAobVTNw/UApaBPBY=";
    hash = "sha256-9+oRb5Ob6edMOFuvldbITNekArWcLBiT/AVL+Yq778I=";
  };

  pythonRelaxDeps = [